How to plot a sphere using plot tool
조회 수: 14 (최근 30일)
이전 댓글 표시
How to plot a sphere using plot tool withput using sphere tool only using plot tool
댓글 수: 0
답변 (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
참고 항목
카테고리
Help Center 및 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!