Error when loading matlab from server Linux
Afficher commentaires plus anciens
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.
Réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!