Setting starting position of sphere.

1 次查看(过去 30 天)
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
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 CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by