protected model with diferent behaviour
1 view (last 30 days)
Show older comments
Hello friends. I have a matlab referenced model wich i have to protect. When i simulate the model it works fine, but after i protect the it, it presents a singuylarity at time 1.367. I have no idea of why the protected model works differentlyh from the original one. The model has two inputs and one output. The error message is (when running the protected model):
"Derivative input 7 of 'DSp/Dynamic Simulator1' at time 1.3675000000000002 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)"
Does anyone know how could i prevent this error?
0 Comments
Answers (1)
Sherman
on 3 Jun 2014
Hi Thiago,
Try simulating the model with the unprotected child model in Accelerator mode and see if the issue still occurs. Did you follow the advice to try reducing the step size or tightening error tolerances?
S
0 Comments
See Also
Categories
Find more on Model Protection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!