matlab.io.fits.deleteKey
Delete keyword by name
Syntax
matlab.io.fits.deleteKey(fptr,keyname)
Description
matlab.io.fits.deleteKey(fptr,keyname) deletes a keyword by name.
Specify keyname as a string scalar or character vector.
Examples
Tips
This function corresponds to the
fits_delete_key(ffdkey) function in the CFITSIO library C API.To use this function, you must be familiar with the CFITSIO C interface. You can access the CFITSIO documentation at the CFITSIO website.