Main Content

matlab.io.fits.getConstantValue

명명된 상수의 숫자형 값

구문

N = getConstantValue(name)

설명

N = getConstantValue(name)은 문자형 벡터 또는 string형 스칼라로 지정된 명명된 CFITSIO 상수에 대응하는 숫자형 값을 반환합니다.

예제

import matlab.io.*
n = fits.getConstantValue('BYTE_IMG');