Hi, I'm trying to put time values on the x-axis of a plot.
I used the times from an excel file and import them into MATLAB by using:
t = datestr(xlsread('Subject_104.xlsx', 'iButtons','A2:A2049'),'HH:MM')
How can i plot my data points against these time points?
Hope someone can help me here.
Greets, Anne