I want to plot my outputs , X vector is text format ( for example 10/3/2015-8:00-8:15 ) and my Y vector is number . how should i plot them ? I got error on text format
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I got error on text format , seem that both of the vector must be number .
another Q : how can I change the shape of the graph?
0 Kommentare
Antworten (1)
Walter Roberson
am 20 Mär. 2018
You need to convert those time strings to datenum or datetime objects, as we discussed with you in https://www.mathworks.com/matlabcentral/answers/382006-what-is-this-eror-and-what-does-it-mean-and-how-can-i-solve-it#answer_304563
1 Kommentar
Siehe auch
Kategorien
Mehr zu Other Formats finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!