필터 지우기
필터 지우기

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
Sai Sumanth Korthiwada 2023년 2월 10일
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