Matlab -dates for x axis ticks equal spacing
Show older comments
I have the following date data in a 10x1 cell array and would like it to be in the xaxis at equal spacing plotted against there corresponding y axis values from a 10x1 double. I've tried all sorts of conversions and am baffled. If anyone can help that would be awesome :)
X-axis data:
{'29-12-2017'}
{'24-01-2018'}
{'01-03-2018'}
{'17-03-2018'}
{'08-04-2018'}
{'09-04-2018'}
{'15-10-2018'}
{'07-11-2018'}
{'08-12-2018'}
{'16-12-2018'}
Y-axis data:
105.1735
105.9595
105.7200
104.9458
105.0022
106.0246
105.8357
105.1333
105.0073
105.1825
Accepted Answer
More Answers (0)
Categories
Find more on Time Series Events 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!