matlab.io.fits.getNumCols
Get number of columns in table
Syntax
ncols = matlab.io.fits.getNumCols(fptr)
Description
ncols = matlab.io.fits.getNumCols(fptr) returns the number of
columns in the current FITS table.
Examples
Tips
This function corresponds to the
fits_get_num_cols(ffgncl) 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.