11-04-2014 03:04 AM
hi,
I would like to know how can I do to write a string on the front panel of Labview and write simultaneously in the Matlab command window.
Thank you
11-04-2014 03:06 AM
You can pass the string to a MATLAB script node and use eval() to execute it in a MATLAB environment.