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 件)

Walter Roberson
Walter Roberson 2011 年 6 月 17 日

0 投票

Use ylim
itsik
itsik 2011 年 6 月 17 日

0 投票

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

2 件のコメント

Walter Roberson
Walter Roberson 2011 年 6 月 17 日
After that plot() statement,
ylim([0 10])
Yella
Yella 2011 年 6 月 18 日
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