Main Content

undoclip

(Removed) Remove object clips introduced by clipdata

The undoclip function has been removed.

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

expand all

R2024b: Removed

The undoclip function has been removed.

See Also

|