How to hide displaying the value from command window
24 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
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 Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!