필터 지우기
필터 지우기

what type of error is this? is this the logical error, simulation error, code error?

조회 수: 2 (최근 30일)
what type of error is this? is this the logical error, simulation error, code error?
  댓글 수: 3
Infinite_king
Infinite_king 2024년 4월 16일
This is a Code error, probably because of the use of uninitialized variables.
Engr.
Engr. 2024년 4월 18일
how to resolve that error as im trying to Implement voltage based cell balancing using a buck-boost converter and the control logic is implemented using Stateflow in SIMULINK.

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

답변 (2개)

Dallas Perkins
Dallas Perkins 2024년 4월 19일
Hi Engr,
This means that Stateflow cannot automatically resolve what type of data is present in your chart. If you open the symbols pane from the Modeling tab you should see warnings for the unresolved variables. From there you should be able to specify whether it is input data, output data, etc.
Also, if you are working with battery management systems I would highly recommend taking a look at Simscape Battery - it has a number of prebuilt BMS algorithms that might be of use.

Walter Roberson
Walter Roberson 2024년 4월 19일
TargetDeltaV is not defined. Meanwhile, you assign to DeltaV but do not use DeltaV in the code.

카테고리

Help CenterFile Exchange에서 Oil, Gas & Petrochemical에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by