Hello,
I have imported date&time data from a text file, in which it was stored as a string, to Matlab. I can convert string to numeric data and back, by using datenum and datestr commands.
My problem is with creating figures. I can easily plot data against numeric date&time values, but as it is stored as a number, it is not very useful. On the other hand, I found it impossible to plot data against strings. Is there a way that data would be plotted against numeric date&time value, but presented in a friendly way as a string?
Best regards,