matlab.io.fits.fileName
Get name of FITS file
Syntax
name = matlab.io.fits.fileName(fptr)
Description
name = matlab.io.fits.fileName(fptr) returns the full path and
name of the FITS file associated with the specified file pointer.
Examples
Tips
This function corresponds to the
fits_file_name(ffflnm) 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.