Azzera filtri
Azzera filtri

show axes of spherical coordinates

3 visualizzazioni (ultimi 30 giorni)
Viesturs Veckalns
Viesturs Veckalns il 19 Ott 2017
Risposto: KSSV il 20 Ott 2017
In this plot obtained from the code
[x, y, z] = sphere;
surf(x, y, z);
xlabel('x'); ylabel('y'); zlabel('z');
is there some way to show the phi coordinate (instead of x and y) and the theta coordinate (instead of y).

Risposte (1)

KSSV
KSSV il 20 Ott 2017
You can convert those Cartesian coordinates into spherical coordinates using cart2sph but it would be not nice to display them.

Categorie

Scopri di più su Visual Exploration 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!

Translated by