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!