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
doc axis
--
xlim([0 10.000]);