Main Content

undoclip

(To be removed) Remove object clips introduced by clipdata

The undoclip function will be removed in a future release.

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

collapse all

R2024a: To be removed

The undoclip function issues a warning that it will be removed in a future release.

See Also

|