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!