Setting starting position of sphere.
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);
0 件のコメント
採用された回答
Mischa Kim
2014 年 3 月 20 日
編集済み: Mischa Kim
2014 年 3 月 20 日
ZK, do you mean setting the sphere origin? If yes, simply add the coordinates of the origin:
[x,y,z] = sphere(80);
surf(x+1,y+2,z+3);
その他の回答 (0 件)
参考
カテゴリ
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!