How to solve division by zero error ?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have designed a model in Simulink and when I run the program it gives a warning and an error,
Warning: Division by zero in 'nl_hvm_sim/Lateral forces_FW/Lateral_force_left_wheel/Reciprocal Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Lateral forces_FW/Lateral_force_right_wheel/Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Yaw moments_FW /force_posvectors_Left /Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Yaw moments_FW /force_posvectors_Right /Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Lateral forces_RW /Lateral_force_left_wheel_RW /Reciprocal Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Lateral forces_RW /Lateral_force_right_wheel_RW /Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Yaw moments_RW /force_posvectors_Left /Sqrt'
> In model_sim1 at 544
Warning: Division by zero in 'nl_hvm_sim/Yaw moments_RW /force_posvectors_Right /Sqrt'
> In model_sim1 at 544
Error using model_sim1 (line 544)
Derivative input 1 of 'nl_hvm_sim/Lateral wheelset_F inertia /Integrator' at time 0.0 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)
I realize that the warning message has got something to do with the error. How to determine the point of origin of this error? Please do help.
Thanks.
0 comentarios
Respuestas (1)
Joakim Magnusson
el 13 de Ag. de 2014
I guess you are trying to calculate something by dividing with the time which at some point seem to be zero. Maybe it's not necessary to start your time at zero, maybe it can start at 10 or something. Sorry if i'm completely wrong but hard to understand with just your errors.
5 comentarios
Joakim Magnusson
el 13 de Ag. de 2014
I think you will get a hard time getting any help without posting some code.
Ver también
Categorías
Más información sobre Model Verification en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!