How make launcher matlab in linux mint?
33 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How make launcher matlab in linux mint?
0 Kommentare
Antworten (2)
Sai Sumanth Korthiwada
am 10 Feb. 2023
Hi Yonieq,
After installing MATLAB in Ubuntu machine (Linux mint), please follow the steps shown below:
1) Open a command terminal.
2) Create a desktop shortcut:
nano ~/Desktop/Matlab
3) Copy-paste below lines:
[Desktop Entry]
Version=1.0
Type=Application
Name=MATLAB R2022b
Exec=/usr/local/MATLAB/R2022b/bin/matlab -desktop
Icon=/usr/local/MATLAB/R2022b/resources/coreui/matlab/splash.png
Terminal=false
4) Go to the path /Desktop in the terminal and copy-paste the following:
chmod +x Matlab
Hope this helps!
1 Kommentar
Tanush
am 21 Jul. 2024
I did this, but I am only getting a text file with the code you have given above.
Vítek
am 6 Jan. 2026
For anyone with problems with this, here's how I fixed it (Debian 13, but should be similar on all distros):
1) Create "Shortcut" on desktop:
Right click (on empty desktop space) > Create new > Link to application
It's gonna open up a window, just click OK.
2) Now open the link you have created in a simple text editor like Kate (right click on link > Open with kate). The text file created might be a bit different depending on the desktop environment so just change the following lines:
Note that depending on system language, you might have different text in the square brackets next to the "name" parameter, keep yours. Also, change "R2025b" in both paths to your MATLAB version.
Exec=/usr/local/MATLAB/R2025b/bin/matlab -desktop
Icon=/usr/local/MATLAB/R2025b/bin/glnxa64/cef_resources/matlab_icon.png
Name[en_GB]=MATLAB
Name=MATLAB
Save the file and that's it.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Desktop finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!