LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call a function from matlab labview

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

0 Kudos
Message 1 of 2
(2,329 Views)

You can pass the string to a MATLAB script node and use eval() to execute it in a MATLAB environment.

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