Is there a way to increase the granularity of the grid produced by the
sphere
command?

 採用された回答

KSSV
KSSV 2017 年 10 月 17 日

2 投票

n = 100 ; % you may change n
[x,y,z] = sphere(n);
surf(x,y,z)

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2017 年 10 月 17 日

回答済み:

2017 年 10 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by