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!