Hello Friends,
Greetings.
I am Maria, working on Matlab related application.
We have compiled a set of Matlab .m files using Matlab .net compiler and got dll (for .net).
I tried to use it in c#. The dll's method.. takes the input parameter in MWArray format and send output in the same format.
Now the problem is, I am not able to give the input in MWArray format. Because I have to send 8 different arrays (MWNumericArray, MWCharArray etc) and wrap it in MWArray.
Can anybody guide me, how to wray different arrays in a MWArray.
Thanks in advance.
Maria