フィルターのクリア

Display an answer in a text box for a gui

3 ビュー (過去 30 日間)
Chris Jordan
Chris Jordan 2015 年 5 月 16 日
コメント済み: Image Analyst 2015 年 5 月 16 日
  2 件のコメント
Star Strider
Star Strider 2015 年 5 月 16 日
No code followed.
Image Analyst
Image Analyst 2015 年 5 月 16 日
There is no call to set() like I mentioned in my answer below. That's why nothing shows up.

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2015 年 5 月 16 日
Assuming you have a static text label, with tag "tension" in that box, you can use set():
set(handles.tension, 'String', num2str(tension));

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by