undoclip
Remove object clips introduced by clipdata
Syntax
[lat,long] = undoclip(lat,long,clippts,'object')
Description
[lat,long] = undoclip(lat,long,clippts,'object')
removes
the object clips introduced by clipdata
. This
function is necessary to properly invert projected data from the Cartesian
space to the original latitude and longitude data points.
The input variable, clippts
, must be constructed
by the function clipdata
.
Allowable objects are
'surface'
for trimming graticules'light'
for trimming lights'line'
for trimming lines'patch'
for trimming patches'text'
for trimming text object location points'none'
to skip all trimming operations
Version History
Introduced before R2006a