Escape character for colon in matalb path in linux
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everybody, I would like to add to matlab path a path containing a colon (:), which is actually a separator between folder paths. I have tried \ as an escape character but didn't work. I would like to addpath('C:') in linux machine Thanks for the help
0 Commenti
Risposte (2)
Natch Ruengsakulrach
il 1 Set 2016
Unlike Windows, Linux allows directory names with “:”. Having “:” in a directory name on the MATLAB search path is currently unsupported. I work for MathWorks and I have forwarded this to the appropriate team.
0 Commenti
Jonathan Ward
il 14 Gen 2020
Has there been any update on this issue? Any workarounds?
1 Commento
Richard Crozier
il 16 Gen 2024
workarount on linux might be to create a soft link with a differrent name
Vedere anche
Categorie
Scopri di più su File Operations 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!