Is there a way I can print to the Labview MATLAB Command Windows?
disp and fprintf doesn't work.
Sample:
- Create Labview vi
- Add a "MATLAB script"
- Write inside it:
disp('Hello');orMyFile;.m containg this same code. Run code
Nothing is displayed in the "MATLAB Command Window"