Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to say Matlab to not scale the plot graph ?

0 views
Skip to first unread message

Patrick Diviacco

unread,
Nov 9, 2009, 1:34:02 PM11/9/09
to
hi,

how can I set the scale of my plotted graph using "plot" ?

Let's say I want my graph displaying the range from 0 to 10.000 on my x axis, regardless the values of my data.

At the moment matlab scale the plot with respect to the data.

thanks

dpb

unread,
Nov 9, 2009, 2:01:36 PM11/9/09
to

doc axis

--

Steven

unread,
Nov 9, 2009, 2:10:18 PM11/9/09
to
"Patrick Diviacco" <patrick....@gmail.com> wrote in message <hd9naq$fvq$1...@fred.mathworks.com>...

xlim([0 10.000]);

0 new messages