Hi, do you know why I can't open the variable window by doule clicking any variables?
2 ビュー (過去 30 日間)
古いコメントを表示
After double clicking, not only the variable window can't be opened, but also the 'ans' change to NaN.
P.S. Reinstall MAMTLAB can't resolve this problem !
0 件のコメント
回答 (1 件)
Steven Lord
2022 年 4 月 22 日
My suspicion is that you've written or downloaded a function with the same name as one of the functions included in MATLAB that is used to open the Variables window when you double-click on a variable in the Workspace desktop component.
Look at whatever functions you wrote or downloaded or whatever add-ons you installed between the last time you were able to successfully open a variable by double-clicking and the first time it failed. If none of them seem to match a function in MATLAB, either show the list of function names here or contact Technical Support and work with them to determine what's preventing the Variables window from opening.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!