Variables editor shows only string, no editing possibility - how to fix?
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I'm using matlab on our HPC cluster under Linux. When I try to open the variables editor (either with openvar or doublecklicking the variable), a window opens that shows a string with the variable contents, but instead of the typical excel-like view it's just the textual representation of the variable, just the same as if you type the variable name in the prompt and press enter. There is no way to edit the variable.
How can I change to the usual editing mode?
0 件のコメント
採用された回答
Chirag Parekh
2017 年 1 月 27 日
Try restoring the default path.
>> restoredefaultpath
If the issue is resolved, save the path. 'savepath' will overwrite the pathdef.m (>> which -all pathdef.m) Make sure to take back up of the file.
>> savepath
0 件のコメント
その他の回答 (1 件)
Yaroslav
2017 年 1 月 27 日
1 件のコメント
Walter Roberson
2017 年 1 月 27 日
The viewer code might rely on a routine that you accidentally overloaded.
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!