change the xlabel in date

2 views (last 30 days)
Rica
Rica on 6 Feb 2017
Commented: Rica on 7 Feb 2017
I plot the data with errorbar.
errorbar(A,B,err,'*g')
How could i change the X_values in datetime in this Plot.
I know the function:
X_values=datetime(A,'ConvertFrom','datenum');
Thank you!

Accepted Answer

Jan
Jan on 6 Feb 2017
See datetick .

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!