Display variables in the Workspace from script
조회 수: 1 (최근 30일)
이전 댓글 표시
Suppose I have a variable
x=1;
I want to have a script that displays this variable in the workspace (see attached.) Please advise.
댓글 수: 0
채택된 답변
Walter Roberson
2018년 5월 1일
openvar('x')
댓글 수: 2
Walter Roberson
2018년 5월 1일
When I look at the code, I do not see any obvious way of closing a variable editor using a program.
추가 답변 (0개)
참고 항목
카테고리
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!