Skip to Main Content Skip to Search
Product Documentation

cdflib.delete - Delete existing Common Data Format (CDF) file

Syntax

cdflib.delete(cdfId)

Description

cdflib.delete(cdfId) deletes the existing CDF file specified by the identifier cdfId. If the CDF file is a multi-file format CDF, the cdflib.delete function also deletes the variable files (having file extensions of .z0, .z1, etc.).

Examples

Create a CDF file, and then delete it. To run this example, you must be in a writable folder.

cdfId = cdflib.create('mytempfile.cdf');

% Verify that the file was created.
ls *.cdf

mytempfile.cdf

% Delete the file.
cdflib.delete(cdfId)

% Verify that the file no longer exists.
ls *.cdf

References

This function corresponds to the CDF library C API routine CDFdeleteCDF. To use these functions, you must be familiar with the CDF C interface. Read the CDF documentation at the CDF Web site. For copyright information, see the cdfcopyright.txt file.

See Also

cdflib.create | cdflib.setFormat

Tutorials

  


Free MATLAB Interactive Kit

Explore how to use MATLAB to make advancements in engineering and science.


Download free kit

Trials Available

Try the latest version of MATLAB and other MathWorks products.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS