figure command doesn't open a figure
Mostra commenti meno recenti
I've got a student using matlab online, and the minimal working example is as follows:
>> figure
No errors, no figure. No windows hiding with a figure. And worse yet, can't find any other examples of this behavior to fix it!
Risposte (1)
Steven Lord
il 4 Set 2020
Did the student accidentally create their own function named figure?
which -all figure
3 Commenti
Eric Jankowski
il 5 Set 2020
John D'Errico
il 5 Set 2020
That would be my initial reaction. Essentially, whenever some piece of MATLAB functionality fails to work as it is expected to work, you should immediately check to see if a user has created a file with that name.
Eric Jankowski
il 8 Set 2020
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!