Filter löschen
Filter löschen

Why is embedded Matlab function no longer outputting to screen during runtime if I leave a semi-colon out at end of line. This use to work for debugging.

1 Ansicht (letzte 30 Tage)
I have a new install of Matlab 2020a. I've just noticed that if I leave out a semi-colon at the end of a line in an embedded Matlab function in simulink, it is no longer outputting the answer of the line to the screen. This use to work in older version of Matlab. Is there a setting that would enable this in the new 2020a?

Antworten (1)

Priysha LNU
Priysha LNU am 7 Okt. 2020
Try displaying values using "DISP" or set breakpoints in the Embedded MATLAB Function.
For debugging an Embedded MATLAB Function block, try selecting "Enable Debugging" from the Debug menu.
See Debugging a MATLAB Function Block for more information.
Related MATLAB Answers links :
DISCLAIMER: These are my own views and in no way depict those of MathWorks.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by