How to plot multiple lines in a 3d graph?
5 次查看(过去 30 天)
显示 更早的评论
Suppose I have a matrix 20x7200
So, I have 20 vectors with 7200 samples each. I want to plot a graph that consists of the 20 vectors side by side, with its size and its values.
Does anyone knows how to do it?
0 个评论
采纳的回答
Image Analyst
2016-7-23
编辑:Image Analyst
2016-7-23
plot() won't do them "side by side" but will do them all overlapped on top of the same graph. How about waterfall() or ribbon()? This will put them side-by-side in a 3-D-ish rendering.
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!