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

조회 수: 2 (최근 30일)
emma brooklyn
emma brooklyn 2020년 7월 7일
답변: madhan ravi 2020년 7월 7일
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 ??

답변 (1개)

madhan ravi
madhan ravi 2020년 7월 7일
clear tf
F = figure(1);
step(G)
shg

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by