vertcrs
R2026bDescription
A vertical coordinate reference system (CRS) provides information that assigns height values or z-coordinates to physical locations. Vertical CRSs consist of a datum, an axis direction, and a linear unit of measurement.
Geographic and projected CRS objects use vertical CRS objects to represent the 3-D part
of compound CRSs and 3-D geographic CRSs. For more information about geographic CRS
objects, see geocrs. For more
information about projected CRS objects, see projcrs.
Creation
You can get a vertical CRS object in these ways:
Query the
VerticalCRSproperty of aprojcrsorgeocrsobject. For example, import data by using thereadgeorasterorreadgeotablefunction, and then query theVerticalCRSproperty of the CRS object that is associated with the imported data.Use the
vertcrsfunction (described here).
Description
v = vertcrs( creates a vertical CRS
object using a specified well-known text (WKT) string representation.wkt)
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2026b