How to limit the X-axis for my transfer function plot?
이전 댓글 표시
How can I restrict my transfer function to only show x values from 0 to 4000? Code is below,
figure (3)
num = [0.081];
den = [1 0.0013];
h= tf(num,den);
bode(h)
figure (4)
step(h)
댓글 수: 1
Mehmed Saad
2020년 5월 8일
Please do some research before posting questions on MATLAB forum. You could ve type "limit x axis in MATLAB" on google and see if results can help you.
답변 (1개)
KALYAN ACHARJYA
2020년 5월 8일
편집: KALYAN ACHARJYA
2020년 5월 8일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!