initializing mwArray as "empty"

3 views (last 30 days)
Ulrich
Ulrich on 21 Oct 2016
Answered: Adam on 24 Oct 2016
Hi,
i have a problem when using a specific Matlab .dll in C++. I need to have an empty mwArray variable (empty as representing [] in MATLAB) to be able to call it. I just do not know how to create an empty mwArray.
Any idea would be greatly appreciated, tanks in advance. ...
  4 Comments
Jan
Jan on 24 Oct 2016
@Adam: Please post answers in the answers section, such that the OP can mark the problem as solved.
Adam
Adam on 24 Oct 2016
I tend to only post as an answer if I am confident it is an actual answer. In this case I just took a quick look in the help and threw that out as a query without having tried it out for myself.

Sign in to comment.

Accepted Answer

Adam
Adam on 24 Oct 2016
The default constructor
myArray( );
should do this.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!