How to plot a sphere using plot tool
显示 更早的评论
How to plot a sphere using plot tool withput using sphere tool only using plot tool
回答(1 个)
Walter Roberson
2021-4-19
You can construct a list of coordinates, X, Y, Z, and use
plot3(X, Y, Z, '*')
to cause the points to be plotted in 3 space, with no lines joining them.
2 个评论
Jonas
2021-4-19
the plot3 command also provides an example on how draw spherical shapes
Sabarnna Sen
2021-4-19
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!