uv2phitheta
Convert u/v coordinates to phi/theta angles
Description
converts
the u/v space coordinates
to their corresponding phi/theta angle pairs.PhiTheta
= uv2phitheta(UV
)
Examples
Find the corresponding φ/θ representation for u = 0.5 and v = 0.
PhiTheta = uv2phitheta([0.5; 0])
PhiTheta = 2×1
0
30.0000
Input Arguments
Angle in u/v space, specified as a two-row matrix. Each column of the matrix represents a pair of coordinates in the form [u; v]. Each coordinate is between –1 and 1, inclusive. Also, each pair must satisfy u2 + v2≤ 1.
Data Types: double
Output Arguments
Phi and theta angles, returned as a two-row matrix. Each column
of the matrix represents an angle in degrees, in the form [phi; theta].
The matrix dimensions of PhiTheta
are the same
as those of UV
.
More About
The u/v coordinates for the positive hemisphere x ≥ 0 can be derived from the phi and theta angles.
The relation between the two coordinates is
In these expressions, φ and θ are the phi and theta angles, respectively.
To convert azimuth and elevation to u and v use the transformation
which is valid only in the range abs(az)≤=90.
The values of u and v satisfy the inequalities
Conversely, the phi and theta angles can be written in terms of u and v using
The azimuth and elevation angles can also be written in terms of u and v:
The phi angle (φ) is the angle from the positive y-axis to the vector’s orthogonal projection onto the yz plane. The angle is positive toward the positive z-axis. The phi angle is between 0 and 360 degrees. The theta angle (θ) is the angle from the x-axis to the vector itself. The angle is positive toward the yz plane. The theta angle is between 0 and 180 degrees.
The figure illustrates phi and theta for a vector that appears as a green solid line.
The coordinate transformations between φ/θ and az/el are described by the following equations
Extended Capabilities
Usage notes and limitations:
Does not support variable-size inputs.
Version History
Introduced in R2012a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.
Americhe
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)