Hi, do you know why I can't open the variable window by doule clicking any variables?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Steven Lord
le 22 Avr 2022
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 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!