netcdf.inqVarFill
netCDF 変数の埋め込みパラメーターを返す
説明
[
は、noFillMode
,fillValue
] = netcdf.inqVarFill(ncid
,varid
)ncid
によって指定されたファイルまたはグループ内の、varid
によって指定された netCDF 変数の埋め込みパラメーターを返します。
例
変数の埋め込みパラメーターの取得
サンプル netCDF ファイルを開き、変数の埋め込みパラメーターを取得します。この場合、指定した変数では埋め込みモードが有効になっており、埋め込み値は -32767
です。
ncid = netcdf.open("example.nc","NOWRITE"); varid = netcdf.inqVarID(ncid,"temperature"); [noFillMode,fillValue] = netcdf.inqVarFill(ncid,varid)
noFillMode = logical 0 fillValue = int16 -32767
netCDF ファイルを閉じます。
netcdf.close(ncid)
入力引数
ncid
— NetCDF ファイルまたはグループの識別子
非負の整数スカラー
NetCDF ファイルまたはグループの識別子。非負の整数スカラーとして指定します。関数 netcdf.create
または netcdf.open
を使用してファイル識別子を返すことができます。関数 netcdf.defGrp
を使用してグループ識別子を返すことができます。
データ型: double
varid
— NetCDF 変数の識別子
非負の整数スカラー
NetCDF 変数の識別子。非負の整数スカラーとして指定します。関数 netcdf.defVar
を使用して変数の識別子を返すことができます。
データ型: double
出力引数
noFillMode
— 埋め込みモードのステータス
1
| 0
埋め込みモードのステータス。データ型 logical
の 1
または 0
として返されます。値 1
は、指定した変数に対して埋め込みモードが有効になっていないことを示します。
fillValue
— 欠損値の埋め込み値
スカラー
欠損値の埋め込み値。スカラーとして返されます。
ヒント
この関数は、netCDF ライブラリ C API の関数
nc_inq_var_fill
に相当します。
バージョン履歴
R2010b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)