write to network drive from linux system
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!