Read column of dates from Excel chart and plot them as x axis

1 view (last 30 days)
How can I read date from excel chart and plot them in the x axis (column a - dates, column b- values)?
tnx

Answers (1)

KSSV
KSSV on 3 Jan 2017
You have to use xlsread to load the data into matlab from excel file. Then plot the data and use xtick or datetick to label x-axes with dates.
Read about xlaread, datetick, xtick.

Community Treasure Hunt

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

Start Hunting!