what type of error is this? is this the logical error, simulation error, code error?
Mostra commenti meno recenti
what type of error is this? is this the logical error, simulation error, code error?

3 Commenti
Fangjun Jiang
il 16 Apr 2024
syntax errors
Infinite_king
il 16 Apr 2024
This is a Code error, probably because of the use of uninitialized variables.
Engr.
il 18 Apr 2024
Risposte (2)
Dallas Perkins
il 19 Apr 2024
0 voti
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
il 19 Apr 2024
0 voti
TargetDeltaV is not defined. Meanwhile, you assign to DeltaV but do not use DeltaV in the code.
Categorie
Scopri di più su Programmatic Model Editing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!