Setting starting position of sphere.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);
0 comentarios
Respuesta aceptada
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);
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!