matlab.io.fits.readKeyCmplx
Read key as complex scalar value
Syntax
[value,comment] = matlab.io.fits.readKeyCmplx(fptr,keyname)
Description
[value,comment] = matlab.io.fits.readKeyCmplx(fptr,keyname)
returns the specified key value and comment. Specify the keyname argument
as a string scalar or character vector. The function returns value as a
complex double scalar value and comment as a character
vector.
Examples
Tips
This function corresponds to the
fits_read_key_dblcmp(ffgkym) 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.