The data cannot be plotted because it is incompatible with the size
Show older comments
i m new to matlab ,i m facing problem for step and impulse response of transfer function...
My code is.....
num=25*[0.4 1];
den=conv([0.16 1],[1 6 25]);
G=tf(num,den)
step(G)
step and impuse is not working although plot window appear but blank.
any one can solve this ??
Answers (1)
madhan ravi
on 7 Jul 2020
clear tf
F = figure(1);
step(G)
shg
Categories
Find more on Time-Domain Analysis 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!