How make launcher matlab in linux mint?

47 次查看(过去 30 天)
yonieq praba
yonieq praba 2018-4-2
评论: Tanush 2024-7-21,14:25
How make launcher matlab in linux mint?

回答(1 个)

Sai Sumanth Korthiwada
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,14:25
I did this, but I am only getting a text file with the code you have given above.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by