| Contents | Index |
cdfId = cdflib.create(filename)
cdfId = cdflib.create(filename) creates a new CDF file with the name specified by the text string filename. Returns the CDF file identifier cdfId.
Create a CDF file. To run this example, you must have write permission in your current directory.
cdfId = cdflib.create('myfile.cdf');
% Clean up
cdflib.delete(cdfId);
clear cdfIdThis function corresponds to the CDF library C API routine CDFcreateCDF. 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.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |