フィルターのクリア

How to solve the block error in the simulink model?

146 ビュー (過去 30 日間)
Priya
Priya 2014 年 1 月 21 日
コメント済み: Laddipeerla 2023 年 6 月 27 日
Hi,
When I run my state space model, I get the following error message,
Derivative input 5 of 'statespacemodel_hvm/State-Space' at time 2.2297592983646024 is Inf or NaN. Stopping simulation. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
Usually, the simulation diagnostics viewer shows the region where the error has caused, but I can't find it.
Please drop your suggestions as why this error could have occurred.
  5 件のコメント
Laddipeerla
Laddipeerla 2023 年 6 月 27 日
Yes please even I’m getting the same issue!
Laddipeerla
Laddipeerla 2023 年 6 月 27 日
It showed me up like as follows…
Caused by: • Derivative of state '1' in block 'untitled/PV Array2/Diode Rsh/Transfer Fen' at time 0.0 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)

サインインしてコメントする。

採用された回答

Mischa Kim
Mischa Kim 2014 年 1 月 21 日
編集済み: Mischa Kim 2014 年 1 月 21 日
There are a couple of things you might want to consider:
  • Is the system unstable (by design)? Therefore, does it need to be controlled?
  • If it is stable, there could be a "bug" in the code that makes the system unstable.
  • Third, are you using the right solver and solver settings? Open Simulation > Model Configuration Parameters and check out the solver options. ode45 might be the best choice to get started. Try reducing the absolute and relative tolerances.
  • Lastly, try the debugger .
  2 件のコメント
Priya
Priya 2014 年 1 月 21 日
As you suggested, I think it should be the second one since the system is stable. But then the error seems to have occurred in the state space block of the model.
So, do I have to check the state space equations again?
Thanks
Priya
Priya 2014 年 1 月 21 日
Following the error mentioned in the previous post, I get another error while running the simulink model which is as below,
Error in port widths or dimensions. Output port 1 of 'statespacemodel_hvm/Mux' is a one dimensional vector with 2 elements.
Please do help me.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by