how to open matlab in Ubuntu after installed
102 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Right now the only way I know how to open matlab is opening terminal and type
/usr/local/MATLAB/R2024b/bin/matlab
Is there any other alternative that is easier, more straightforward?
2 comentarios
Star Strider
el 29 de En. de 2025
My current setup may be different from yours (Ubuntu 22.04.5), since I have MATLAB installed in Home/usr/local/MATLAB. I start at Files -> Home and then click through it to:

and then click on matlab to open it.
(I intend to install R2025a to usr/local/MATLAB rather than Home. I am still learning Linux.)
.
Respuestas (1)
Abhas
el 27 de Feb. de 2025
Editada: Abhas
el 27 de Feb. de 2025
To have MATLAB open up from a launcher, you can type the below command in your terminal and press enter:
sudo apt-get install matlab-support
Follow the on-screen instructions carefully.
You may also refer to the below documentation link for additional information: https://help.ubuntu.com/community/MATLAB#:~:text=you%20get%20errors.-,Create%20A%20MATLAB%20Launcher/shortcut,-Automatic%20option%3A%20install
I hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!