Cfitsio Toolkit - matlab.io.fits.writeCol
- : writeCol(file,
colnum, firstrow, data)
Write elements to a table.
This is the equivalent of the cfitsio fits_write_col function.
Inputs
file - opened fits file.
colnum - column number.
firstrow - first row number.
data - data to write to column
Outputs
None