Does anyone know how to fix this?
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Yoshi Minagawa
2021 年 6 月 15 日
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.
参考
カテゴリ
Help Center および File Exchange で DSP Algorithm Acceleration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!