W wenshere Sep 20, 2005 #1 If I wrote some arithmetic in matlab, and I will call them in c#, and call the drawing function in matlab. How can I do that?
If I wrote some arithmetic in matlab, and I will call them in c#, and call the drawing function in matlab. How can I do that?
A Andrew Kirillov Sep 20, 2005 #2 Hello You can find here some information about using MatLab functions from your C# application: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=1905 Anyway, you can always interop their DLLs looking at provided API.
Hello You can find here some information about using MatLab functions from your C# application: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=1905 Anyway, you can always interop their DLLs looking at provided API.