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!