use the variable editor in a GUI
6 ビュー (過去 30 日間)
古いコメントを表示
Dear all, is there anyway to use the variable editor in a GUI? e.g. pushing a button of the GUI the variable editor appears giving the opportunity to look at specific variable
Thank you
0 件のコメント
回答 (1 件)
Brendan Hamm
2016 年 11 月 16 日
The open command will open a variable in the Variable Editor:
x = rand(1,10);
open x
2 件のコメント
Brendan Hamm
2016 年 11 月 16 日
No, you cannot use the variable editor in a standalone application. Something you could do which is similar is to display the data in a uitable which is interactive and scrollable.
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!