How do i normalize time for a step response on MATLAB
Show older comments
this is my code
Wn=7;
d=[1 3.175 Wn];
s=tf(Wn,d);
stepinfo(s)
1 Comment
M
on 23 Mar 2018
Can you precise what you mean by 'normalize time' ?
Answers (0)
Categories
Find more on Dynamic System Models 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!