How to find rise time in fractional order system, give matlab code?
3 views (last 30 days)
Show older comments
The stepinfo function having error for fractional order system and any one please share the code for the below mentioned system
(s^1.2+2s+3)/(s^3+5s^1.5+2s^0.9+6)
Accepted Answer
Sam Chak
on 18 Feb 2025
Hi @SARAVANAN
Once you have generated the response signals y(t) from the fractional order system, use the following syntax to determine the step-response characteristics:
S = stepinfo(y, t, yfinal, yinit)
where t is the time vector, yfinal is the steady-state value of the response, and yinit is the initial value before the step is applied.
0 Comments
More Answers (0)
See Also
Categories
Find more on Classical Control Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!