LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling matlab 6.0 from labview

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!
0 Kudos
Message 1 of 2
(2,647 Views)
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
Message 2 of 2
(2,647 Views)