How do I launch or start MATLAB?

398 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2011 年 4 月 29 日
編集済み: MathWorks Support Team 2023 年 5 月 2 日
How do I launch or start MATLAB?

採用された回答

MathWorks Support Team
MathWorks Support Team 2022 年 12 月 26 日
編集済み: MathWorks Support Team 2021 年 12 月 21 日
How you launch or start MATLAB depends on your operating system.
Windows
By default the MATLAB installer will create a desktop shortcut to MATLAB and it will also add MATLAB to your Start Menu. If you don’t see MATLAB in your Start Menu, check in “All Programs.”
If the MATLAB installer did not create a shortcut to MATLAB on your desktop or in your Start Menu, matlab.exe is located here by default:
C:\Program Files\MATLAB\R20XXx\bin\matlab
If you have multiple releases of MATLAB installed, each one will have its own folder within C:\Program Files\MATLAB. If you installed 32-bit MATLAB on 64-bit Windows, then the MATLAB folder will be located in C:\Program Files (x86).
macOS
By default MATLAB is installed here:
/Applications/MATLAB_R20XXx
If you have multiple releases of MATLAB installed you will have multiple icons for MATLAB in your /Applications folder corresponding to each release of MATLAB.
Linux
By default the MATLAB installer will create a symbolic link in /usr/local/bin/. This means you should be able to invoke MATLAB by typing “matlab” the command prompt.
If you see an error saying that the command “matlab” was not found, you can launch MATLAB from the MATLAB installation directory. By default this is located here:
/usr/local/MATLAB/R20XXx/bin/matlab
For example, to launch MATLAB R2016b first navigate to the bin directory inside the MATLAB installation directory:
cd /usr/local/MATLAB/R2016b/bin/
Then run "matlab":
./matlab
Creating a shortcut or link for MATLAB
If you would rather not navigate to the location where MATLAB is installed every time you need to launch it, there are a number of ways you can create shortcuts for launching MATLAB. See “How do I create a shortcut or link to MATLAB“ for instructions.
  1 件のコメント
Image Analyst
Image Analyst 2018 年 2 月 17 日
編集済み: MathWorks Support Team 2023 年 5 月 2 日
The fastest solution is to follow the FAQ

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

製品


リリース

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by