How to get graph properties on Live script? e.g. Rise time, setting time etc.
Show older comments
clearvars, clc,close all
G=tf([1],[1 10 20]) % the transfer function
step(G) % finding the step input
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!