Cfitsio Toolkit - matlab.io.fits.insertRows


: insertRows(file, firstrow, numrows)

Insert rows into a table.

This is the equivalent of the cfitsio fits_insert_rows function.

Inputs

file - opened fits file.

firstrow - Start row to insert from.

numrows - Number of rows to add.

Outputs

None