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!