フィルターのクリア

Setting starting position of sphere.

1 回表示 (過去 30 日間)
ZK
ZK 2014 年 3 月 20 日
コメント済み: ZK 2014 年 3 月 20 日
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);

採用された回答

Mischa Kim
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);
  2 件のコメント
ZK
ZK 2014 年 3 月 20 日
Exactly, thank You.
ZK
ZK 2014 年 3 月 20 日
Sorry, changed of colours was at first looking like solution. I need to set another side of sphere to startup position when figure is created.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by