Derivative of state '1' in block 'matlab_function_MATHWORKS/CHERYL KNEE EXTENSION MODEL2/Integrator4' at time 0.918 is not finite. The simulation will be stopped.
1 回表示 (過去 30 日間)
古いコメントを表示
While simulating Simulink model (attached) using mATLAB function contains control algorithm the simulation stop with errors "Derivative of state '1' in block 'matlab_function_MATHWORKS/CHERYL KNEE EXTENSION MODEL2/Integrator4' at time 0.918 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) ".Please help.
0 件のコメント
回答 (1 件)
Salman Ahmed
2021 年 10 月 11 日
編集済み: Salman Ahmed
2021 年 10 月 11 日
Hi Saharul,
This error has occured due to the presence of a NaN value at the input of the integator. To ascertain this, you can set the diagnostic "Inf or NaN block output" to error in the configuration settings. It shows the Zero4 block is the one which has produced this value. You could bypass the NaN values using a suitable condition based on your model. Hope it helps.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!