i canot save my files

9 Ansichten (letzte 30 Tage)
venkat
venkat am 17 Jun. 2024
Kommentiert: Cris LaPierre am 19 Jun. 2024
  1 Kommentar
Ganesh
Ganesh am 17 Jun. 2024
If you are trying to save a file using the command window, neither save or saveas will help you, as they are used for exporting data out of MATLAB.
When using MATLAB Online, you can use the given commands:
Doc = matlab.desktop.editor.findOpenDocument('untitled'); % Change the name as necessary
Doc.saveAs(['/MATLAB Drive/' 'myDocument.m']);
The more straight forward method remains to simply click the "Save" button on the top left.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Shivani
Shivani am 17 Jun. 2024
Bearbeitet: Shivani am 17 Jun. 2024
Hello @venkat,
I was facing a similar issue while using MATLAB R2024a online. Although I was not able to resolve this issue, the following workaround helped me save files:
  • Create a new file using the "edit" command, instead of using the GUI. You can do this by executing the command below:
edit newscript.m
Please back up your file before doing so, as there is a possibility of losing it.
  • Save by directly closing the file. When you close an unsaved file, MATLAB online will display a pop-up window asking if you would like to save the file. Select "yes."
I was able to save files using the above approach. Hope this helps!

Cris LaPierre
Cris LaPierre am 18 Jun. 2024
Bearbeitet: Cris LaPierre am 18 Jun. 2024
A recent change is impacting the toolstrip. A fix has already been released, but if necessary, you can save your changes to an existing file with Ctrl + S (or similar command for your OS) OR close the script and select to save it in the warning dialog that appears.
To create new scripts, use the edit command as suggested about or you cannot by right-clicking the empty space (gray) in the Current Folder panel, selecting New, and selecting Live Script.
  1 Kommentar
Cris LaPierre
Cris LaPierre am 19 Jun. 2024
The issue is fixed for me. Please try again. If you still can't save, try clearing your cache. If you still can't save, please contact support directly: https://www.mathworks.com/support/contact_us.html

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by