use the variable editor in a GUI
2 次查看(过去 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!