matlab.io.fits.insertCol
Insert column into table
Syntax
matlab.io.fits.insertCol(fptr,colnum,ttype,tform)
Description
matlab.io.fits.insertCol(fptr,colnum,ttype,tform)
inserts a column into an ASCII or binary table. Specify
ttype and
tform as string scalars or
character vectors.
Examples
Tips
This function corresponds to the
fits_insert_col(fficol) 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.