figure command doesn't open a figure

조회 수: 1 (최근 30일)
Eric Jankowski
Eric Jankowski 2020년 9월 4일
댓글: Eric Jankowski 2020년 9월 8일
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!

답변 (1개)

Steven Lord
Steven Lord 2020년 9월 4일
Did the student accidentally create their own function named figure?
which -all figure
  댓글 수: 3
John D'Errico
John D'Errico 2020년 9월 5일
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
Eric Jankowski 2020년 9월 8일
Same student says everything is working fine this week: Unable to replicate bug. Glad it's resolved, but seeing that spooky behavior will haunt me. Thanks for taking the time to weigh in, Steve and John!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by