Does anyone know how to fix this?

1 vue (au cours des 30 derniers jours)
Tony Castillo
Tony Castillo le 8 Juin 2021
Modifié(e) : Tony Castillo le 18 Juin 2021
Dear coders,
I have this issue marked on the figure, it seems as if I was introducing a differnt value but it is not,
The vector which I introduce to the model is the following domestic=[1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
It happens after simulating the model in Simulink.
I hope you can head me through the solution of this matter.

Réponses (1)

Yoshi Minagawa
Yoshi Minagawa le 15 Juin 2021
Hi Tony,
It seems that different data from expectedis appeared during "first step" in simulation. (Models that do not require convergence calculations, step size become simlation-time / 50. I guess in your case step size maight be 0.5s,)
Please check whether there is the block which have state(like unit delay block) in your model. If there is, the initial value setting of that block might not be correct.
I hope this will help.
  1 commentaire
Tony Castillo
Tony Castillo le 16 Juin 2021
Modifié(e) : Tony Castillo le 18 Juin 2021
Thank you for your answer but it does not seem produced by a delay block, any other insight?

Connectez-vous pour commenter.

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by