12-30-2007 08:42 AM - edited 12-30-2007 08:43 AM
MATLAB opens when the VI containing the script node is opened, and the MATLAB environment then persists until the VI is closed. This is not a problem!
Otman wrote: As someone has written already, to run the MATLAB code, first LV has to open MATLAB and then process the code, that in it of itself is a slow process.
Running the equivalent code in LabVIEW involves a lot of Call Library Function Nodes that I have never managed to get to work to my satisfaction. It's not really an option.
Just like that? I guess there's nothing else that can be done, then.
Jennifer_R wrote:The array data may be rewritten each time, but since the array size is not changing separate memory should not be allocated on each iteration.
01-02-2008 08:53 PM