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!

回答(2 个)

itsik
itsik 2011-6-17

0 个投票

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

2 个评论

After that plot() statement,
ylim([0 10])
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH

此问题已关闭。

提问:

2011-6-17

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by