How to plot a sphere using plot tool

1 visualización (últimos 30 días)
Sabarnna Sen
Sabarnna Sen el 19 de Abr. de 2021
Comentada: Sabarnna Sen el 19 de Abr. de 2021
How to plot a sphere using plot tool withput using sphere tool only using plot tool

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Abr. de 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 comentarios
Jonas
Jonas el 19 de Abr. de 2021
the plot3 command also provides an example on how draw spherical shapes
Sabarnna Sen
Sabarnna Sen el 19 de Abr. de 2021
how can I get the list of co ordinates.

Iniciar sesión para comentar.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by