Read column of dates from Excel chart and plot them as x axis
1 view (last 30 days)
Show older comments
How can I read date from excel chart and plot them in the x axis (column a - dates, column b- values)?
tnx
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on Bar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!