Error Message - File is Not Writable (Simulink 2019a)
Show older comments
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 Comments
Walter Roberson
on 2 Aug 2019
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
on 2 Aug 2019
Walter Roberson
on 2 Aug 2019
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
on 27 Aug 2019
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
on 11 Sep 2020
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.
Answers (2)
Roy
on 2 Aug 2019
0 votes
Christoph Aistleitner
on 12 Jul 2021
0 votes
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...
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!