Skip to Main Content Skip to Search
Product Documentation

cdflib.getCopyright - Copyright notice in Common Data Format (CDF) file

Syntax

copyright = cdflib.getCopyright(cdfId)

Description

copyright = cdflib.getCopyright(cdfId) returns the copyright notice in the CDF file identified by cdfId.

Examples

Create a CDF file, and then get the copyright notice in the file. To run this example, you must be in a writable folder.

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

copyright  = cdflib.getCopyright(cdfId)

copyright =

Common Data Format (CDF)
(C) Copyright 1990-2009 NASA/GSFC
Space Physics Data Facility
NASA/Goddard Space Flight Center
Greenbelt, Maryland 20771 USA
(Internet -- CDFSUPPORT@LISTSERV.GSFC.NASA.GOV)

% Clean up.
cdflib.delete(cdfId)
clear cdfId

References

This function corresponds to the CDF library C API routine CDFgetCopyright. 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.getLibraryCopyright

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