I have an acquisition by a ph-meter, divided into 3 days. I have extracted the time in hh:mm:ss
format for each day. It means that first day is from 12:32
to 14:39
, second from 14:12
to 16:17
etc. Same for the temperature (from 23 to 24°, 2 day from 22 to 24 etc).
Now I have to plot the data (ph
wrt
T
and Time
), but if I concatenate the 3 time and T
vectors, or create a single column vector for each time and temperature, MATLAB automatically sorts in increasing values the values of the x
-axis of the plot. I need to preserve the original values along the axes (it means that values have to be 14:32
14:33
14:34
12:24
12:25
and so on, same for temperature) because i have to preserve the continuity of the data along the time of acquisition.