cdflib.getConstantValue
与常用数据格式 (CDF) 库常量对应的数值
语法
value = cdflib.getConstantValue(constantName)
说明
value = cdflib.getConstantValue( 返回在 constantName)constantName 中指定的 CDF 库常量的数值。将 constantName 指定为字符串标量或字符向量。要查看常量名称的列表,请使用 cdflib.getConstantNames。
示例
提示
此函数是一个 MATLAB® 工具函数,它与 CDF 库 C API 中的任何函数都不对应。