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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -