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 Kommentare

Adam
Adam am 21 Okt. 2016
Bearbeitet: Adam am 21 Okt. 2016
Does the default constructor not do this? The help states:
mwArray()
Description
Construct empty array of type mxDOUBLE_CLASS.
Ulrich
Ulrich am 24 Okt. 2016
Well, if so i did not recognize it ... i read somewhere that this would give an "uninitialized" mwArray... what would not necessarily mean "empty" in MATLAB i guess. The MATLAB dll however throws an exception when i try that, but that may be for another reason as well. I am not very deep inside the m-code that i would like to call. However, if the the help says it's empty i'll take that.
Thanks a lot, (i still wonder why i did not find it ... ) ...
Jan
Jan am 24 Okt. 2016
@Adam: Please post answers in the answers section, such that the OP can mark the problem as solved.
Adam
Adam am 24 Okt. 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.

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Adam
Adam am 24 Okt. 2016

0 Stimmen

The default constructor
myArray( );
should do this.

Weitere Antworten (0)

Gefragt:

am 21 Okt. 2016

Beantwortet:

am 24 Okt. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by