Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

HDF4 파일을 위한 로우 레벨 함수

HDF4 라이브러리 함수와 직접 상호 작용

MATLAB®은 HDF4 SD, GD 및 SW 인터페이스에 액세스하는 데 사용할 수 있는 함수를 세 개의 패키지로 제공합니다. 또한 인터페이스 함수를 통해 다른 HDF4 API에 직접 액세스할 수 있도록 합니다. 이러한 함수를 사용하려면 HDF 라이브러리에 대해 잘 알고 있어야 합니다.

MATLAB은 HDF4 버전 4.2.15를 지원합니다.

패키지

matlab.io.hdf4.sdHDF4 다중 파일 과학 데이터 세트(SD) 인터페이스와 직접 상호 작용
matlab.io.hdfeos.gdHDF-EOS 그리드 데이터에 대한 로우 레벨 액세스(Low-level Access)
matlab.io.hdfeos.swHDF-EOS 주사(Swath) 파일에 대한 로우 레벨 액세스(Low-level Access)

함수

hdfanHDF 다중 파일 주석(AN) 인터페이스에 대한 게이트웨이
hdfhxHDF 외부 데이터 (HX) 인터페이스에 대한 게이트웨이
hdfhHDF H 인터페이스에 대한 게이트웨이
hdfhdHDF HD 인터페이스에 대한 게이트웨이
hdfheHDF HE 인터페이스에 대한 게이트웨이
hdfmlMATLAB HDF 게이트웨이 함수와 함께 사용하기 위한 유틸리티
hdfptHDF-EOS 점 객체에 대한 인터페이스
hdfvHDF Vgroup(V) 인터페이스의 게이트웨이
hdfvfHDF Vdata 인터페이스의 VF 함수에 대한 게이트웨이
hdfvhHDF Vdata 인터페이스의 VH 함수에 대한 게이트웨이
hdfvsHDF Vdata 인터페이스의 VS 함수에 대한 게이트웨이
hdfdf24HDF 24비트 래스터 이미지(DF24) 인터페이스에 대한 게이트웨이
hdfdfr8HDF 8비트 래스터 이미지(DFR8) 인터페이스에 대한 게이트웨이

예제 및 방법

  • Map HDF4 to MATLAB Syntax

    Each HDF4 API includes many individual routines that you use to read data from files, write data to files, and perform other related functions.

  • Import HDF4 Files Using Low-Level Functions

    This example shows how to read data from a Scientific Data Set in an HDF4 file, using the functions in the matlat.io.hdf4.sd package.

  • Export to HDF4 Files

    This example shows how to write MATLAB® arrays to a Scientific Data Set in an HDF4 file.

개념

  • About HDF4 and HDF-EOS

    Hierarchical Data Format (HDF4) is a general-purpose, machine-independent standard for storing scientific data in files, developed by the National Center for Supercomputing Applications (NCSA).