Unable to load Simulink model - Unrecognized function or variable

조회 수: 2 (최근 30일)
Hey Team,
I am having trouble loading up PEM Electrolsis System on SimuLink.
>> 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?

채택된 답변

Divyanshu
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.
  댓글 수: 1
Matthew Kuncheria Chempumthara
Matthew Kuncheria Chempumthara 2023년 2월 22일
Hi Divyanshu!
Thanks for the reply. Yes you are right. I figured it out earlier and accidentaly forgot to close this discussion.
Cheers

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by