I need know how to start Matlab 6.0 from Labview, and I will need to pass strings of script commands (for example, a=10;b=5;c=b/a;disp(c)) to Matlab to be executed. And Labview will need to get the result (value of c) back. Thanks for all the help!
You can use the matlab script funtion under Functions»Mathematics»Formula»MATLAB Script Also you can find the matlab script examples in the examples»communication»Importing MATLAB Script. I hope this helps... Have fun Ogulcan