Can't get Simulink to start in Windows
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I try to start Simulink using a Windows shortcut. Instead it says:
>> start_simulink
>> matLabroot\bin\win64\matlab.exe -r start_simulink
matLabroot\bin\win64\matlab.exe -r start_simulink
↑
Error: Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use
brackets instead of parentheses.
Help!!!
Thanks.
Del
0 Kommentare
Antworten (1)
Saurabh
am 24 Sep. 2024
Have you tried to just type:
simulink
in the MATLAB command window?
Variable names in MATLAB are not allowed to contain the - character. Nor are they allowed to start with a digit. See the documentation for the "isvarname" function for a list of other restrictions.
I Hope this was helpful!
0 Kommentare
Siehe auch
Kategorien
Mehr zu String 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!