shapeinfo
Information about shapefile
Description
returns a structure, info
= shapeinfo(filename
)info
, whose fields contain information about
the contents of a file in shapefile
format. filename
can be the base name or the full name
of any one of the component files. shapeinfo
reads all three
files as long as they exist in the same folder and the unit of length or angle is
not specified. If the main file (with extension .
SHP) is missing,
shapeinfo
returns an error. If either of the other files is
missing, shapeinfo
returns a warning.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced before R2006a