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 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Salman Ahmed
on 11 Oct 2021
Edited: Salman Ahmed
on 11 Oct 2021
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.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!