MATLAB COMPILER RELEASE NOTES Guía de usuario Pagina 276

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 716
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 275
R2011a
9-14
package. Using these functions, you can create a new NetCDF file based on the schema of
an existing file, convert files between NetCDF formats, and create a new NetCDF file by
merging together two existing NetCDF files.
nccreate — Create variable in NetCDF file
ncdisp — Display contents of netCDF file
ncinfo — Return information about netCDF file
ncread — Read data and attributes from netCDF file
ncreadatt — Read global attribute or attribute associated with variable from netCDF
file.
ncwrite — Write data to netCDF file
ncwriteatt — Write attribute to netCDF file
ncwriteschema — Add netCDF schema definitions to a NetCDF file
New High-Level HDF5 Functions
MATLAB now includes several new high-level functions for working with HDF5
files. These functions let you read and write to HDF5 files, without having to use the
programming paradigm required by the low-level functions in the HDF5 package.
h5create — Create HDF5 data set
h5disp — Display contents of HDF5 file
h5info — Return information about HDF5 file
h5read — Read data from HDF5 data set.
h5readatt — Read attribute from HDF5 group or data set
h5write — Write to HDF5 data set
h5writeatt — Write HDF5 attribute to group or data set
Compatibility Considerations
The new high-level HDF5 functions have the following compatibility considerations with
the existing high-level HDF5 functions.
hdf5read is not recommended. Use h5read instead.
hdf5write is not recommended. Use h5write instead.
Vista de pagina 275
1 2 ... 271 272 273 274 275 276 277 278 279 280 281 ... 715 716

Comentarios a estos manuales

Sin comentarios