Main Content

hdfhe

HDF HE 接口的入口

语法

[out1,...,outN] = hdfhe(funcstr,input1,...,inputN)

说明

hdfhe 是 HDF HE 接口的 MATLAB® 入口。

这是存根页。

[out1,...,outN] = hdfhe(funcstr,input1,...,inputN) 返回与 HDF 库中由 functstr 指定的 HE 函数对应的一个或多个输出。

HDF 库中的 HE 函数与 funcstr 的有效值之间存在一对一的对应关系。

函数

funcstr 的值函数语法描述
'clear'hdfhe('clear')从错误堆栈中清除有关报告的错误的所有信息。
'print'hdfhe('print',level)输出错误堆栈中的信息。如果 level 为 0,则将输出整个错误堆栈。
'string'error_text = hdfhe('string',error_code)返回与指定的错误代码关联的错误消息。
'value'error_code = hdfhe('value',stack_offset)从错误堆栈的指定级别返回错误代码。stack_offset 的值为 1 时将获取最近的错误代码。

输出参数

status 或标识符输出为 -1 表示操作失败。

局限性

  • hdfhe 不支持以下函数:

    • HEpush

    • HEreport

版本历史记录

在 R2006a 之前推出