Main Content
azelaxes
Spherical basis vectors in 3-by-3 matrix form
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
MATLAB® computes the matrix A
from
the equations
A = [cosd(el)*cosd(az), -sind(az), -sind(el)*cosd(az); ... cosd(el)*sind(az), cosd(az), -sind(el)*sind(az); ... sind(el), 0, cosd(el)];
Extended Capabilities
Version History
Introduced in R2013a