How to plot a sphere using plot tool
Show older comments
How to plot a sphere using plot tool withput using sphere tool only using plot tool
Answers (1)
Walter Roberson
on 19 Apr 2021
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 Comments
Jonas
on 19 Apr 2021
the plot3 command also provides an example on how draw spherical shapes
Sabarnna Sen
on 19 Apr 2021
Categories
Find more on Surface and Mesh 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!