23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2cdfinfo<br />

Purpose Return details about a CDF file<br />

Syntax info = cdfinfo(file)<br />

cdfinfo<br />

Description info = cdfinfo(file) returns information about the Common Data Format<br />

(CDF) file specified in the string, file. The function returns a structure, info,<br />

that contains the fields shown in the following table.<br />

Field Description Return Type<br />

FileModDate Date the file was last modified String<br />

Filename Name of the file String<br />

FileSettings Library settings used to create<br />

the file<br />

FileSize Size of the file, in bytes Double<br />

Format File format (CDF) String<br />

FormatVersion Version of the CDF library<br />

used to create the file<br />

Structure array<br />

String<br />

GlobalAttributes Global metadata Structure array<br />

Subfiles Filenames containing the<br />

CDF file’s data, if it is a<br />

multifile CDF<br />

Cell array<br />

VariableAttributes Metadata for the variables Structure array<br />

Variables Details about the variables in<br />

the file<br />

Cell array<br />

The GlobalAttributes and VariableAttributes Fields<br />

GlobalAttributes and VariableAttributes are structure arrays that each<br />

contain one field for each global or variable attribute respectively. The name of<br />

the field corresponds to the name of an attribute. The data in that field,<br />

contained in a cell array, represents the entry values for that attribute.<br />

2-221

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!