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
Walter Roberson 2021년 4월 19일

0 개 추천

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
Jonas 2021년 4월 19일
the plot3 command also provides an example on how draw spherical shapes
Sabarnna Sen
Sabarnna Sen 2021년 4월 19일
how can I get the list of co ordinates.

댓글을 달려면 로그인하십시오.

카테고리

질문:

2021년 4월 19일

댓글:

2021년 4월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by