Setting starting position of sphere.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);
0 commentaires
Réponse acceptée
Mischa Kim
le 20 Mar 2014
Modifié(e) : Mischa Kim
le 20 Mar 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);
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!