MATLAB does not launch correctly

3 次查看(过去 30 天)
aadel alatwi
aadel alatwi 2024-6-25
回答: Karl 2024-6-25
I have installed MATLAB 2023b and I already have MATLAB 2022b. When I tried to launch MATLAB 2023b, unfortunately, MATLAB 2022b launched instead.
I really appreciate any help.
Thanks in advance.
  3 个评论
aadel alatwi
aadel alatwi 2024-6-25
I use Ubuntu 18.04.5 LTS
and i tried through terminal user
(base) draadel@draadel-OMEN-by-HP-Desktop-PC-880-p1xx:/$ cd ./usr/local/MATLAB/R2023b/bin/
then
(base) draadel@draadel-OMEN-by-HP-Desktop-PC-880-p1xx:/usr/local/MATLAB/R2023b/bin$ matlab

请先登录,再进行评论。

回答(1 个)

Karl
Karl 2024-6-25
From the bin directory of the MATLAB version that you want to use, try:
./matlab
To run from anywhere an executable specified only by name, you can add the path to the directory containing the executable to the list of paths assinged to the environment variable PATH, making sure that it's ahead of the paths to any other directories containing an executable of the same name.
You can check how you have PATH defined with:
echo $PATH
You can check the path that will be used if you specify the name matlab with:
which matlab

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by