フィルターのクリア

Is there a way to implement an own solver for Simulink and Simscape models?

3 ビュー (過去 30 日間)
Jaron Schole
Jaron Schole 2021 年 1 月 21 日
回答済み: Saurav Chaudhary 2021 年 1 月 27 日
I would like to know, if I can implement an own solver for my Simulink and Simscape models.
Maybe so that I can extract the function (@dae) that was generated by Simulink or Simscape and give it to my own Solver?
[t,y] = OwnSolver(@dae,tspan,y0);

採用された回答

Saurav Chaudhary
Saurav Chaudhary 2021 年 1 月 27 日
It is not possible to define custom solver for all the toolboxes. For exampe you can define solver for Model Predictive Control Toolbox and more information about same can be found at the documentation link attached below.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimscape についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by