12-07-2018 03:52 PM - edited 12-07-2018 04:08 PM
Sorry to drag up an old post but is there still no way to display text in the Matlab command window from a script within a LabVIEW VI?
I have LabVIEW running a loop and I would like my variables to be printed to the Matlab command window each time through so I can view them later. The functions disp(), fprintf(), display() etc. all do not work from within the Matlab script box in the VI, but they do of course work when invoked directly from the Matlab command window.
I understand that the Matlab script window in LabVIEW does not support IDE functions of Matlab but there has to be some way to display something in the Matlab command window from within LabVIEW.
I would also be okay with just having the variables output to a text file or something (as long as they can be appended to the same file each time I run the VI).
12-11-2018 12:31 AM
Is there still no way to pipe IDE Matlab functions to the control window from within a LabVIEW script? It's been like 15 years... Seems like there would be a solution by now.