How do I find the Step Response of a system to a an input that is not a Unit Step?
8 views (last 30 days)
Show older comments
I am aware of the STEP function in the Control Systems Toolbox. However, the STEP function works only for unit step inputs. I would like to know if there is any other function that will work for inputs other than unit step inputs.
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
To find the step reponse of a system to an input that is not a unit step, you can use the LSIM function that ships with the Controls Toolbox. LSIM can be used to simulate reponses to any arbritary input.
For more information about this function, type either of the following at the MATLAB prompt:
doc lsim
or
help lsim
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!