Clear Filters
Clear Filters

protected model with diferent behaviour

1 view (last 30 days)
Thiago Henrique Martinelli
Answered: Sherman on 3 Jun 2014
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?

Answers (1)

Sherman
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

Categories

Find more on Model References 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!