matlab.io.fits.deleteRows
Delete rows from table
Syntax
matlab.io.fits.deleteRows(fptr,firstrow,nrows)
Description
matlab.io.fits.deleteRows(fptr,firstrow,nrows)
deletes rows from an ASCII or binary table.
Examples
Tips
This function corresponds to the
fits_delete_rows(ffdrow) 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.