exponential curve

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

 採用された回答

Paulo Silva
Paulo Silva 2011 年 12 月 6 日

0 投票

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 件のコメント

Jan
Jan 2011 年 12 月 6 日
thanks a lot,
and how about inverted function. The curve is not going to infinite in axis y but in axis x?
Paulo Silva
Paulo Silva 2011 年 12 月 6 日
What's that inverted function?
Paulo Silva
Paulo Silva 2011 年 12 月 6 日
is it 1/exp(u(1))?
Jan
Jan 2011 年 12 月 6 日
i don't know exactly, the curve starts at zero and grows till it's constant on y axis so goes to infinite in x axis.
Sorry for complicated explanation, but I don't know how to say it :)
Paulo Silva
Paulo Silva 2011 年 12 月 6 日
do you know the mathematical expression?
By your description it looks like a saturated signal
Jan
Jan 2011 年 12 月 6 日
no i don't know the mathematical expresion.
Yes it could be saturated signal. I have done something with transfer fcn, but if I don't know coefficients how to reach it. I just want to change input signal or some parameters to gain the curve and it's changing.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGeneral Applications についてさらに検索

製品

質問済み:

Jan
2011 年 12 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by