Error when loading matlab from server Linux
古いコメントを表示
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.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!