How to plot a 3D plot.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bharath
am 15 Feb. 2015
Kommentiert: Image Analyst
am 16 Feb. 2015
I've 2 matrices X and Y of size 8192x28. Now I want to plot a 3D plot (Waterfall graph) which would like something like this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147145/image.gif)
I want to plot first line with 1st column Vs 1st column Y and then the next. In the similar way I want to do for 28 column to form a overlapping graph.
I tried using plot3 command but I get errors. Can someone give me a direction on this. Thanks in advance.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 15 Feb. 2015
I know you must have already tried this, but since you didn't mention it explicitly I thought I'd ask. What happened when you tried the waterfall() function?
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations 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!