Main Content
isnitf
Check if file is National Imagery Transmission Format (NITF) file
Description
[
returns tf
,NITFversion
] = isnitf(filename
)true
if the file specified by filename
is a
National Imagery Transmission Format (NITF) file. isnitf
also returns the
NITF version of valid NITF files in NITFversion
.
Input Arguments
Output Arguments
Version History
Introduced in R2007b