Adding erf(x) to a rule in Simbiology
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have a rule in my model Y(x) = x, for example, in Simbiology app. I want o add the erf(x) for Y(x) to run a simulation. How could I do that in Simbiology app?
0 件のコメント
採用された回答
Arthur Goldsipe
2023 年 6 月 13 日
You can call almost any MATLAB function within your rules (or in any expression in SimBiology). So, the expressoin "y = erf(x)" would be a valid rule.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Extend Modeling Environment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!