Plot time data
显示 更早的评论
I have time in a matrix and some data, how do I plot it..
a=['17:00';'17:30' ;'18:00'; '18:30' ;'19:00'];
b=[b=[2;4;5;3;1];
Error
plot(a,b)
Error using plot
Invalid first data argument
How can I plot it and show the time on Xaxis?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Grid Lines, Tick Values, and Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!