I am using matlab script in one of my vi. It works. But when I change the value of an input on my labview interface and run the vi again, it returns me an error.
(Matlab error : size of array must be same size as..)However if I change the input use the "set actual parameter as default", save the vi and close it.
When I open it again and then run the vi, it now works. Why?