Using Matlab DLL in C#
Hi there.
I'm working on a project about image processing. I use matlab functions to achive some goals.
I add reference to the dll file, but in order to pass arguments from cs to matlab, I should use:
MathWorks.MATLAB.NET.Arrays.MWArray
Can any body tell me how can I add reference to MathWorks.MATLAB.NET.Arrays ????
I'm dealing with this problem for about a week but can't find the exact and direct answer I want...
Should I use an interface? If so,can you give me a simple source example?
Thanks in advance...[/COLOR]
|