Info

此问题已关闭。 请重新打开它进行编辑或回答。

problem to show the axis

1 次查看(过去 30 天)
itsik
itsik 2011-6-17
关闭: MATLAB Answer Bot 2021-8-20
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
Use ylim

itsik
itsik 2011-6-17
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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by