Unable to load Simulink model - Unrecognized function or variable
2 ビュー (過去 30 日間)
古いコメントを表示
Matthew Kuncheria Chempumthara
2023 年 2 月 14 日
コメント済み: Matthew Kuncheria Chempumthara
2023 年 2 月 22 日
Hey Team,
>> ssc_fuel_cell
Unrecognized function or variable 'ssc_fuel_cell'.
I tried dowloading Control System Toolbox but it didn't solve the issue.
Any idea how to go about this?
0 件のコメント
採用された回答
Divyanshu
2023 年 2 月 22 日
It is possible that the machine is not having the Simscape toolbox installed. To check if it is installed or not, execute the following command in the MATLAB command window -
>>which –all ssc_fuel_cell
Expected Output:
C:\ProgramFiles\MATLAB\R2022b\toolbox\physmod\simscape\simscapedemos\ssc_fuel_cell.slx
If a path is returned, it would mean that the Simscape Toolbox is installed, else the command will throw an error which indicates that the toolbox is not installed. So, retry opening the Model after installing the Simscape Toolbox.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!