Project geographic features to map coordinates
[x,y] = mfwdtran(lat,lon)
[x,y,z] = mfwdtran(lat,lon,alt)
[...] = mfwdtran(mstruct,...)
[x,y] = mfwdtran(lat,lon)
applies
the forward transformation defined by the map projection in the current
map axes. You can use this function to convert point locations and
line and polygon vertices given in latitudes and longitudes to a planar,
projected map coordinate system.
[x,y,z] = mfwdtran(lat,lon,alt)
applies
the forward projection to 3-D input, resulting in 3-D output. If the
input alt
is empty or omitted, then alt
=
0 is assumed.
[...] = mfwdtran(mstruct,...)
requires
a valid map projection structure as the first argument. In this case,
no map axes is needed.