Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
what type of error is this? is this the logical error, simulation error, code error?
  3 comentarios
Infinite_king
Infinite_king el 16 de Abr. de 2024
This is a Code error, probably because of the use of uninitialized variables.
Engr.
Engr. el 18 de Abr. de 2024
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.

Iniciar sesión para comentar.

Respuestas (2)

Dallas Perkins
Dallas Perkins el 19 de Abr. de 2024
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 el 19 de Abr. de 2024
TargetDeltaV is not defined. Meanwhile, you assign to DeltaV but do not use DeltaV in the code.

Categorías

Más información sobre Oil, Gas & Petrochemical en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by