mxArray

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am including a dll-file into my c#-project. This dll-file is c-code that
is written in Matlab. In Matlab they use the type mxArray. I need to call a
Matlab method that has a mxArray as input. How do I convert a mxArray to
c#-code? Is there some corresponding type in C# I can use?

Thanx for all help!
 
Back
Top