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?

请先登录,再进行评论。

回答(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