Date: Nov 20, 2012 1:03 PM Author: Arantxa Subject: changes x-axis from plot matrix Hi,
I have plotted a row (70) from a matrix 76*75
R=plot (A(70,:))
On the plot I can see that the x-axis is from 0 to 76.
Do you know how i can change the x-axis? I need multiply all the x-axis by 0.2.
thanks