フィルターのクリア

How to hide displaying the value from command window

20 ビュー (過去 30 日間)
$
$ 2020 年 11 月 16 日
コメント済み: $ 2021 年 6 月 9 日
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.

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 11 月 16 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by