Cartesian points to solar coordinates
Afficher commentaires plus anciens
I want to define a small plane in which 'x' changes from (0.5 to 49.5), 'y' changes from (0 to 4.8) and 'z' changes from lets say (2.5 to 4.4). Its like a small piece of a pitched roof placed at an angle of about 22 degrees. I want to get the Cartesian points (x,y,z) of each point in this plane to use them later in some formula to get its solar coordinates. Lets just say that I want to get the coordinates of one solar panel (black region) in the given figure.

Réponses (1)
KALYAN ACHARJYA
le 3 Fév 2019
Modifié(e) : KALYAN ACHARJYA
le 3 Fév 2019
What I have undestood from your question is- you have the x,y,z points for a plane.
Is there any issue to use
[theta,rho,z]=cart2pol(x,y,z)
for complete set of data.
You will get the sets of theta, rho and z data of polar plane.
Read hereRead here
1 commentaire
rehan younas
le 3 Fév 2019
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
