How make launcher matlab in linux mint?

답변 (2개)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada 2023년 2월 10일

1 개 추천

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

Tanush
Tanush 2024년 7월 21일
I did this, but I am only getting a text file with the code you have given above.

댓글을 달려면 로그인하십시오.

Vítek
Vítek 2026년 1월 6일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2018년 4월 2일

답변:

2026년 1월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by