what type of error is this? is this the logical error, simulation error, code error?
1 回表示 (過去 30 日間)
古いコメントを表示
what type of error is this? is this the logical error, simulation error, code error?

3 件のコメント
Infinite_king
2024 年 4 月 16 日
This is a Code error, probably because of the use of uninitialized variables.
回答 (2 件)
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.
0 件のコメント
Walter Roberson
2024 年 4 月 19 日
TargetDeltaV is not defined. Meanwhile, you assign to DeltaV but do not use DeltaV in the code.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!