Simulink doesn't load command bar on Mac M1
2 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone, I'm using Matlab R2022a on a M1 Macbook pro; there isn't any problem with Matlab, but when I open Simulink it doesn't show the command bar. How can I fix this?
0 件のコメント
回答 (1 件)
Harshit Gupta
2022 年 4 月 25 日
I understand that you are facing issues with loading Simulink in your Mac M1.
To resolve this issue, please try opening MATLAB in one of the following ways:
1. Start MATLAB from the binary file
2. Start MATLAB by opening an associated file (e.g., M script, MAT file, slx file)
3. Use MATLAB Online
4. Start MATLAB through the terminal. To open MATLAB from the terminal, open a Terminal window (/Applications/Utilities/Terminal.app) and run the following command:
$MATLAB/bin/matlab
where $MATLAB is the path to your MATLAB directory. For example, if you are using MATLAB R2022a and have installed MATLAB in the default directory, the command in the terminal will be:
/Applications/MATLAB_R2022a.app/bin/matlab
1 件のコメント
参考
カテゴリ
Help Center および File Exchange で Dependency Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!