How to view differential equations produced by SimBiology?
7 ビュー (過去 30 日間)
古いコメントを表示
I am reproducing a published model and need to view the differential equations produced by the SimBiology functions. I am using a script (rather than the GUI interface) though I can import the model into the SimBiology GUI if the solution requires. Does anybody know how to see the differential equations from a SimBiology model.
Thanks in advance.
0 件のコメント
採用された回答
その他の回答 (1 件)
Arthur Goldsipe
2015 年 1 月 8 日
Hi Ciaran,
In addition to exporting to equations within the desktop, you can get a text version of the equations from the command line using getequations. For example, if your model is stored in variable modelObj, you can do the following:
textEquations = getequations(modelObj)
-Arthur
0 件のコメント
コミュニティ
その他の回答 SimBiology コミュニティ
参考
カテゴリ
Help Center および File Exchange で Import Data についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!