matlab.io.fits.deleteRecord
Delete keyword by record number
Syntax
matlab.io.fits.deleteRecord(fptr,keynum)
Description
matlab.io.fits.deleteRecord(fptr,keynum)
deletes a keyword by record number.
Examples
Tips
This function corresponds to the
fits_delete_record(ffdrec) 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.