Problems in installing Symbolic Math Toolbox
13 ビュー (過去 30 日間)
古いコメントを表示
I am trying to install the Symbolic Math Toolbox in Ubuntu-20. The folder /usr/local/MATLAB/R2024B has all permissions needed as you can see in Img-1.
But I get the msg as in Img-2. (Sorry not to include only the red text but I did not find any one.)
Any help welcome.
Happy new year.
2 件のコメント
Walter Roberson
2025 年 1 月 1 日
You cd /usr/local/MATLAB/R2024b . From that directory you invoke matlab . There is no local file named matlab so you are either activating an alias or else you have a matlab executable somewhere on your search path. Either way, there is the possibility that the alias or executable is not to /usr/local/MATLAB/R2024b/bin/matlab
回答 (1 件)
Star Strider
2024 年 12 月 31 日
pngs = dir('*.png')
for k = 1:numel(pngs)
figure
imshow(imread(pngs(k).name))
end
First, if you haven't already, click on the link in the error window to find out what it says. (My installation is different from yours, since MATLAB wanted toinstall it to Home/ usr/local/MATLAB/R2024b, so I let it.)
See: Linux : Installing new toolboxes on an existing installation since that may apply to your situation.
.
3 件のコメント
Star Strider
2025 年 1 月 1 日
My pleasure!
That is the same link I directed you to in my answer.
You, too!
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

