Error Message - File is Not Writable (Simulink 2019a)
显示 更早的评论
When saving a Simulink file (slx or mdl) a message appears "The file "C:\pathname\filename.slx" you are trying to save is not writable. Simulink can attempt to make it writable." After selecting option "Make Writable and Save" an error message appears: "The file C:\pathname\filename.slx" you are trying to save is not writable." The file was originally created in release 2018a and did not have this issue when saving. Similar messages occur when attempting to export back to release 2018a. How can a file be made writable?
5 个评论
Walter Roberson
2019-8-2
Does the file already exist and you are trying to overwrite it? If so then what are its permissions?
If not, then what are the permissions on the directory ?
Roy
2019-8-2
Walter Roberson
2019-8-2
It has been a while since I looked at the details of Windows directory security.
I know that in Unix, there is an oddity where you need one permission (typically referred to as 'x' in Unix) to determine whether the file exists, and that is a different permission than writing a new file to a Unix directory (typically referred to as 'w' in Unix)
Generally speaking, the kind of issue you are facing can be caused by not having the right kind of read permissions on the directory.
Bill Meyer
2019-8-27
Hello Mathworks - any update here?
I'm seeing the same exact problem running Matlab/Simulink 2019a on a PC and accessing/storing models on a linux file server. The permissions on the linux file server are wide open - RWX allowed for all - and still the "file is not writable" error occurs when I try to save.
I will try moving my repository to the same PC where the Matlab license is installed ... removing the linux file server & samba from the equation. However my confidence of success is not high based on Roy's earlier post.
Arash Moradi
2020-9-11
I have the same problem. I cannot save any simulink file. Once I am trying to save my file, I get the message "the file ... you are trying to save is not writable." After any modification I need to save the file with a new name. Please advise me on this matter.
回答(2 个)
Christoph Aistleitner
2021-7-12
0 个投票
Try to uninstall MatLab and reinstall it directly onto your main hardrive (for me it was C:).
Fixt the problem for me.
Hope this helps...
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!