Which 3d plot function would best produce a plot like this?
1 view (last 30 days)
Show older comments
Just as I said above. I'm trying to produce a plot like the attached. I produced similar plots a long time ago in Matlab, but sadly I can't remember what 3d plot function I used. I greatly appreciate any responses.
0 Comments
Answers (1)
Gaurav Ahuja
on 7 Jun 2017
It is very unclear from the description and the attached image about what kind of graph do you want to achieve. However, the plot closest to the image attached can be of a line in 3D. This can be achieved by using `plot3` command.
If you can provide any function that you want to be plotted and your intention of what information are you seeking from the plot, then it would be very helpful in giving you an accurate answer.
0 Comments
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!