How to limit the X-axis for my transfer function plot?

4 vues (au cours des 30 derniers jours)
Robert Gallehawk
Robert Gallehawk le 8 Mai 2020
Commenté : Mehmed Saad le 8 Mai 2020
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 commentaire
Mehmed Saad
Mehmed Saad le 8 Mai 2020
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.

Connectez-vous pour commenter.

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 8 Mai 2020
Modifié(e) : KALYAN ACHARJYA le 8 Mai 2020

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by