problem to show the axis

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!

Antworten (2)

Walter Roberson
Walter Roberson am 17 Jun. 2011

0 Stimmen

Use ylim
itsik
itsik am 17 Jun. 2011

0 Stimmen

i know but how to use ylim? like if i have this plot(t,x1,t,x2)

2 Kommentare

Walter Roberson
Walter Roberson am 17 Jun. 2011
After that plot() statement,
ylim([0 10])
Yella
Yella am 18 Jun. 2011
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH

Diese Frage ist geschlossen.

Gefragt:

am 17 Jun. 2011

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by