Error when loading matlab from server Linux
Show older comments
Thats the error i get when i load matlab :
add path: /ems/elsc-labs/mezer-a/Mezer-Lab/projects/code/Phantoms
rona_code_path =
'/ems/elsc-labs/mezer-a/Mezer-Lab/projects/code/Rona'
add path: /ems/elsc-labs/mezer-a/Mezer-Lab/projects/code/Rona
running startup: /ems/elsc-labs/mezer-a/rona.shaharabani
Error using strsplit
Too many input arguments.
Error in matlab.net.URI/set.Path (line 432)
obj.Path = strsplit(string(value), '/', 'CollapseDelimiters', false);
Error in matlab.net.URI/parse (line 1202)
obj.Path = parts.Path;
Error in matlab.net.URI (line 874)
obj = obj.parse(dest, literal);
Error in matlab.internal.doc.search.sendSearchMessage (line 22)
uri = matlab.net.URI("help/search/" + endpoint);
Error in matlab.internal.doc.search.configureSearchServer (line 19)
matlab.internal.doc.search.sendSearchMessage('addons', 'Body', '[]');
i tried it in a different machine and it works fine there
any help would be appreciated.
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!