Setting starting position of sphere.

2 visualizaciones (últimos 30 días)
ZK
ZK el 20 de Mzo. de 2014
Comentada: ZK el 20 de Mzo. de 2014
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);

Respuesta aceptada

Mischa Kim
Mischa Kim el 20 de Mzo. de 2014
Editada: Mischa Kim el 20 de Mzo. de 2014
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 comentarios
ZK
ZK el 20 de Mzo. de 2014
Exactly, thank You.
ZK
ZK el 20 de Mzo. de 2014
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by