Main Content
matlab.io.fits.getVersion
Get revision number of the CFITSIO library
Syntax
V = getVersion()
Description
V = getVersion()
returns the revision number
of the CFITSIO library. This function corresponds to the fits_get_version
(ffvers)
function in the CFITSIO library C API.
Examples
import matlab.io.*
v = fits.getVersion();