solver configuration error simscape

Warning: The solver chosen is not recommended if the model is stiff, which is typical for models containing Simscape components. These solvers are typically preferred for Simscape models: ode23t, ode15s or ode14x (fixed-step). To disable this diagnostic, change the explicit solver diagnostic setting on the Simscape panel of the model Configuration Parameters.
i cant get the output waveform for chua oscillator circuit.

댓글 수: 1

Steve Miller
Steve Miller 2015년 1월 13일
Try changing your solver to a recommended solver. If you click anywhere in your model and run this command at the MATLAB Prompt:
>> set_param(bdroot,'Solver','ode23t','AbsTol','1e-4','RelTol','1e-3')
the solver will have recommended settings.
--Steve

댓글을 달려면 로그인하십시오.

답변 (1개)

Evgeni Malev
Evgeni Malev 2019년 5월 2일

0 개 추천

Thank You Steve!

카테고리

도움말 센터File Exchange에서 Troubleshooting에 대해 자세히 알아보기

질문:

2015년 1월 12일

답변:

2019년 5월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by