Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

problem to show the axis

1 vue (au cours des 30 derniers jours)
itsik
itsik le 17 Juin 2011
Clôturé : MATLAB Answer Bot le 20 Août 2021
hello to u! i have a problem when i make a plot of graph and in 'y' axis i have parameters between 0:300 and i want to show on the plot graph only the parametes between 0:10 how do i do that? thanks alot!

Réponses (2)

Walter Roberson
Walter Roberson le 17 Juin 2011
Use ylim

itsik
itsik le 17 Juin 2011
i know but how to use ylim? like if i have this plot(t,x1,t,x2)
  2 commentaires
Walter Roberson
Walter Roberson le 17 Juin 2011
After that plot() statement,
ylim([0 10])
Yella
Yella le 18 Juin 2011
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by