Sending Data From C# to Matlab M File and Back -


i have interface made in ms visual studio using c# on windows form project. have matlab m file lot of calculations inside. want data entered user interface sent m-file, compiled in matlab in background , results returned c# interface.

how should this? or suggest alternative ways? happy if guide me thoroughly, not understand how communications work between these programs.

thanks in advance!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -