MATLAB: How to show date on xaxis

datedatenumMATLAB

varaible A =vector of datenums
B=vector of times
I plot(A,B) but my xaxis shows datenums how do I show the actual date /time values on the Xaxis

Best Answer

datetick
once you get used to "datetick", this may be helpful as well:
Related Question