How to plot a sphere using plot tool
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to plot a sphere using plot tool withput using sphere tool only using plot tool
0 Commenti
Risposte (1)
Walter Roberson
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!