06-23-2008 10:28 AM
hey! is there any chance anybody knows why labview won't run a matlab program without inputting something in labview?
for example if my matlab script says this
x=input('what is x?')
y=input('what is y?')
z=x+y
and i want to display what z is; so i right click on the script node and add an output which is z and create an indicator. when i run the program, it doesn't work.
i would have to delete the first 2 lines of my matlab code; and right click on the script node and add input; twice one for x and one for y.
would you know how to make it so that i could just have it run the code without inputting in labview??
much appreciated,
florence
06-23-2008 10:51 AM