plot3(time1,7*ones(size(time1)),zeros(ones(size(time1))))
How to draw 3d Line plot
13 次查看(过去 30 天)
显示 更早的评论

I want to draw this kind of figure.
So I made some code like below.
time1 and ak1 is '2500x1' vector.
and 7 is y axix that i want to put.
But it doesn't work well.
What kind of plot should I use in Matlab?
plot3(time1,7,ak1,'Linewidth',1)
hold on
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!