Filter löschen
Filter löschen

How to hide displaying the value from command window

20 Ansichten (letzte 30 Tage)
$
$ am 16 Nov. 2020
Kommentiert: $ am 9 Jun. 2021
Hi,
i am using slider callback function using uicontrol command. when i move slider, it displays ans 1 in command window. i dont want the display of ans 1 in command window. please help me in this regard.
Thank you in advance.

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 16 Nov. 2020
One of the statement will be missing a semicolon (;) at the end. Make sure that you have a semicolon at the end of each line. In addition to that, make sure there is no disp() of fprintf() statements.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps 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