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!