Setting starting position of sphere.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, How can I set a default rotation position of:
[Xs Ys Zs]=sphere(80);
0 Commenti
Risposta accettata
Mischa Kim
il 20 Mar 2014
Modificato: Mischa Kim
il 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);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!