- View the variable in workspace and check the variable value at every step using step in.
- Use the function openvar(‘variable name’) to open the variable in variable editor.
Live Script Editor, 'View Variable' option
조회 수: 28 (최근 30일)
이전 댓글 표시
Is there a way for the 'view variable' option in the output panel of Live Editor to open the Variable Editor with a focus on the selected variable ?
i.e. having this option:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/352502/image.png)
to open a window like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/352505/image.png)
instead of this window:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/352508/image.png)
If not could this option be considered in a future release ?
And if not what could be the reason ?
댓글 수: 0
채택된 답변
Ayush Bansal
2020년 9월 3일
편집: Ayush Bansal
2020년 9월 3일
Right now, Matlab doesn’t support to open variable editor from view variable option, I have brought this issue to the concerned people and it might be considered in any future release.
댓글 수: 2
Walter Roberson
2020년 9월 3일
The existing variable viewer is Java based. Livescript is attempting to move to JavaScript without Java, so it has a new variable viewer
추가 답변 (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!