matlab.io.fits.insertRows
Insert rows into table
Syntax
matlab.io.fits.insertRows(fptr,firstrow,nrows)
Description
matlab.io.fits.insertRows(fptr,firstrow,nrows) inserts rows into
an ASCII or binary table. The firstrow argument is a one-based
number.
Examples
Tips
This function corresponds to the
fits_insert_rows(ffirow) 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.