write to network drive from linux system
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have mounted a network drive through nautilus, that means the path looks like this:
/run/user/1000/gvfs/smb-share:server=SOME.SERVER.URL,share=SOMESHARE/PATH/ON/NETWORK/DRIVE
this is fine for the most part, I can cd around in matlab, I create files, I can read files.
I cannot However write to files, as i get an error:
"The filename specified was either not found on the MATLAB path or it contains unsupported characters."
Why do I get this error only when writing to a file (and not while reading/creating)?
Is there any way around this? I can see the problem with having the symbols "=:.," in the path, but I don't know any way around this, so I must learn to write instead.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!