LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview unable to send variable to matlab script sever

Hello,
i am using LV-8. whenever i use matlab script node to solve two simultaneous non-linear equation it generates an error message"unable to send variable to matlab server".
Please help me in this matter.
what other methodws can i use to get solution of such equation.
0 Kudos
Message 1 of 2
(2,518 Views)
You need to define the variables x, y, z. For example, by adding the following lines to the beginning:

x = 0;
y = 0;
z = 0;



0 Kudos
Message 2 of 2
(2,514 Views)