Escape character for colon in matalb path in linux
2 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Natch Ruengsakulrach
on 1 Sep 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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!