I'm sitting on a fresh installation of 2015b on windows 10. For some reason, I can't write to the Documents folder from inside matlab? My user has ownership of the folder, and both administrators, the user and SYSTEM has "full control". Running matlab as administrator does not change anything. I can edit files in Documents from other programs (or, at least wordpad) with no problems. The result is the same whether I try editing existing files, or saving new ones. Apparently, matlab is still able to write to the desktop folder, but I can't see what the difference between the two locations is.
any ideas?
edit: more precisely, I can not, from within matlab, write to C:\Users\kaare\Documents\MATLAB or C:\Users\kaare\Documents\
("kaare" being the username)
my current work-around is to save pathdef.m to the desktop, and then move it manually to C:\Users\kaare\Documents\MATLAB\
further edit:
here is the result when I try to perform the same operation from the command line, instead of the gui:
>> savepath
Warning: Unable to save path to file 'C:\Users\kaare\Documents\MATLAB\pathdef.m'.
You can save your path to a different location by calling SAVEPATH with an input
argument that specifies the full path. For MATLAB to use that path in future
sessions, save the path to 'pathdef.m' in your MATLAB startup folder.
> In savepath (line 204)

4 Kommentare

Jan
Jan am 26 Dez. 2016
Please post, from where you try to access the files in the folder. What exactly is "the Documents folder"? Perhaps you mean the Library "Documents", which is not a real folder?
kaare
kaare am 26 Dez. 2016
I have added this to the original post :)
Image Analyst
Image Analyst am 26 Dez. 2016
Please read this link and then show us the full error message, meaning ALL the lines of red text.
kaare
kaare am 27 Dez. 2016
this has been added to the original post

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

kaare
kaare am 9 Jan. 2017

1 Stimme

It turned out that the problem was caused by my antivirus, which included a "ransomware protection". Adding matlab.exe as a trusted program for that module solved the issue.

Weitere Antworten (1)

Shashank
Shashank am 29 Dez. 2016

0 Stimmen

' savepath' saves the full MATLAB search path to 'pathdef.m' file generally present in C:\Program Files\MATLAB\R2016b\toolbox\local if there is no 'pathdef.m' file in the current directory. It looks like you don't have write access there. So, to save it in a custom directory use : savepath folderName/pathdef.m
For example savepath C:\Users\kaare\Documents/pathdef.m

1 Kommentar

thank you for answering, shashank, but I already tried that (I also think that if there is a pathdef.m i in the documents\MATLAB-folder, then that takes precedence). the result of your suggestion is the same:
savepath C:\Users\kaare\Documents/pathdef.m
Warning: Unable to save path to file
'C:\Users\kaare\Documents/pathdef.m'. You can save your
path to a different location by calling SAVEPATH with an
input argument that specifies the full path. For MATLAB
to use that path in future sessions, save the path to
'pathdef.m' in your MATLAB startup folder.
> In savepath (line 204)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 26 Dez. 2016

Beantwortet:

am 9 Jan. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by