Live Script Editor, 'View Variable' option

41 ビュー (過去 30 日間)
Antoine Rouget
Antoine Rouget 2020 年 8 月 27 日
コメント済み: Walter Roberson 2020 年 9 月 3 日
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:
to open a window like this:
instead of this window:
If not could this option be considered in a future release ?
And if not what could be the reason ?

採用された回答

Ayush Bansal
Ayush Bansal 2020 年 9 月 3 日
編集済み: Ayush Bansal 2020 年 9 月 3 日
  1. View the variable in workspace and check the variable value at every step using step in.
  2. Use the function openvar(‘variable name’) to open the variable in variable editor.
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 件のコメント
Antoine Rouget
Antoine Rouget 2020 年 9 月 3 日
編集済み: Antoine Rouget 2020 年 9 月 3 日
Thank you for the answer, for now I will keep doing as before (opening variables by selecting them in the Workspace window) or I will use your second method, even if they are not as practical as I wished.
(So for the moment I don't really see the point of this 'view variable' option)
Anyways I'm glad to read this idea might be considered in a future release.
Walter Roberson
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 ExchangeGet Started with MATLAB についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by