Which 3d plot function would best produce a plot like this?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Gaurav Ahuja
2017-6-7
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!