I could accomplish connection between C# and matlab through "deploytoool" in matlab. we have to build .dll file using that in matlab and can call it from C#
I am having the same issue.
It says cannot find dontnet , are you missing a refrence.
I add the dll and and it shows up in the object browser , but when i try o compile it , it is automatically removed from the rowser , though it is showing up in the solution , any1 having any idea why this is hppening
hi
I gave it another shot and ALL 3 types of integration work!
I used Matlab 2012a 64bit, VS2010. I explicitly set during the matlab assembly deployment to use 4.0 .net i.e.:
eval(['mcc -N -d ' dnetdir ' -W ''dotnet:dotnet,' ...
'dotnetclass,4.0,private'' -T link:lib ' mfile]);
thanks for this great tutorial, David!
hello everybody, i'm trying to run this example with Matlab R2008B and visual studio 2010 professional. One moment, the application stops and ask me to choose the compiler but does not propose any. Must I install a compiler first?
* I will give my stars later
Comment only