Simulink doesn't load command bar on Mac M1
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Harshit Gupta
am 25 Apr. 2022
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 Kommentar
Siehe auch
Kategorien
Mehr zu Dependency Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!