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 ExchangeTroubleshooting についてさらに検索

質問済み:

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