Saving file causes glitch

조회 수: 2 (최근 30일)
Rose
Rose 2022년 9월 27일
댓글: Rose 2022년 9월 28일
I am a student who just downloaded matlab R2022b on a windows hp. When I create a new function and press save as I get a window with a glitch in it. This window is impossible to close and will not allow me to save my work. The only way of removing it is to restart matlab online. How can I save my work?
  댓글 수: 2
Rik
Rik 2022년 9월 27일
Does the same thing happen when you click save instead of save as?
Rose
Rose 2022년 9월 27일
Yes.

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

답변 (1개)

Rik
Rik 2022년 9월 27일
As a temporary workaround you can use this:
edit my_script.m % should give you a popup asking if you want to create the file
Or you can explicitly create a file first:
fclose(fopen('my_script.m','w'));
  댓글 수: 1
Rose
Rose 2022년 9월 28일
I deleted it and downloaded it again and now it works.

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

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by