The data cannot be plotted because it is incompatible with the size

2 views (last 30 days)
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
madhan ravi on 7 Jul 2020
clear tf
F = figure(1);
step(G)
shg

Categories

Find more on 2-D and 3-D Plots 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!