Saving file causes glitch

2 vues (au cours des 30 derniers jours)
Rose
Rose le 27 Sep 2022
Commenté : Rose le 28 Sep 2022
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 commentaires
Rik
Rik le 27 Sep 2022
Does the same thing happen when you click save instead of save as?
Rose
Rose le 27 Sep 2022
Yes.

Connectez-vous pour commenter.

Réponses (1)

Rik
Rik le 27 Sep 2022
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 commentaire
Rose
Rose le 28 Sep 2022
I deleted it and downloaded it again and now it works.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by