Display an answer in a text box for a gui
1 回表示 (過去 30 日間)
古いコメントを表示

2 件のコメント
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
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!