exponential curve
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, could someone help me. How to model exponential curve in simulink. For example e^x where x is a variation which can be change. Which blocks should be used?
Thanks
0 件のコメント
採用された回答
Paulo Silva
2011 年 12 月 6 日
From the User-Defined Functions use the MATLAB Fcn, the code you should put in that block is
exp(u(1))
Now for input try the Ramp block from Sources
Another block that does the e^x is on the Math Operations, it's the Math Function block.
6 件のコメント
Paulo Silva
2011 年 12 月 6 日
do you know the mathematical expression?
By your description it looks like a saturated signal
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!