Can't get Simulink to start in Windows

1 回表示 (過去 30 日間)
DJ V
DJ V 2024 年 9 月 24 日
回答済み: Saurabh 2024 年 9 月 24 日
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

回答 (1 件)

Saurabh
Saurabh 2024 年 9 月 24 日
Hi @DJ V,
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!

カテゴリ

Help Center および File ExchangeString についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by