exponential curve
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Paulo Silva
am 6 Dez. 2011
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 Kommentare
Paulo Silva
am 6 Dez. 2011
do you know the mathematical expression?
By your description it looks like a saturated signal
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!