matlab.io.fits.writeDate
Write DATE keyword to current HDU
Syntax
matlab.io.fits.writeDate(fptr)
Description
matlab.io.fits.writeDate(fptr) writes the DATE
keyword to the current HDU.
Examples
Tips
This function corresponds to the
fits_write_date(ffpdat) 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.