matlab.io.fits.writeKeyUnit
Write physical units string
Syntax
matlab.io.fits.writeKeyUnit(fptr,keyname,unit)
Description
matlab.io.fits.writeKeyUnit(fptr,keyname,unit) writes the
physical units to the specified keyword. Specify the
keyname and unit arguments
as string scalars or character vectors.
Examples
Tips
This function corresponds to the
fits_write_key_unit(ffpunt) 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.