plot with string value in x axis

3 views (last 30 days)
alpedhuez
alpedhuez on 3 Jul 2020
Edited: alpedhuez on 3 Jul 2020
I have a data
date temperate
----
'2020-01' 10
'2020-02' 10
'2020-03' 20
I tried
plot(date, temperature)
and got "invalid data argument"
Please advise.
  4 Comments
alpedhuez
alpedhuez on 3 Jul 2020
Edited: alpedhuez on 3 Jul 2020
Solution: the problem is that in Matlab 'mm' is minuets that one needed to use 'MM' for months.

Sign in to comment.

Answers (0)

Categories

Find more on Characters and Strings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!