i canot save my files

5 次查看(过去 30 天)
venkat
venkat 2024-6-17
  1 个评论
Ganesh
Ganesh 2024-6-17
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.

请先登录,再进行评论。

回答(2 个)

Shivani
Shivani 2024-6-17
编辑:Shivani 2024-6-17
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 2024-6-18
编辑:Cris LaPierre 2024-6-18
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 个评论
Cris LaPierre
Cris LaPierre 2024-6-19
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Report Generator 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by