plot with string value in x axis
Ältere Kommentare anzeigen
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 Kommentare
Stephen23
am 3 Jul. 2020
Convert the string array to datetime, and then it will work like you expect.
madhan ravi
am 3 Jul. 2020
Bearbeitet: madhan ravi
am 3 Jul. 2020
alpedhuez: What are you talking about ?
Replying to your comment in https://in.mathworks.com/matlabcentral/answers/559019-plot-with-string-value-in-x-axis#comment_923855
Did you see your previous thread https://in.mathworks.com/matlabcentral/answers/558439-month-as-a-two-digit-number#comment_923876 ?
Antworten (0)
Kategorien
Mehr zu Dates and Time finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!