How make launcher matlab in linux mint?

39 visualizzazioni (ultimi 30 giorni)
yonieq praba
yonieq praba il 2 Apr 2018
Commentato: Tanush il 21 Lug 2024
How make launcher matlab in linux mint?

Risposte (1)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada il 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 Commento
Tanush
Tanush il 21 Lug 2024
I did this, but I am only getting a text file with the code you have given above.

Accedi per commentare.

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by