ncreadtime

バージョン 1.1 (1.95 KB) 作成者: ANKUR KUMAR
This function helps user to read the time variable in netcdf file in a specific matlab readable format
ダウンロード: 29
更新 2021/3/18

ライセンスの表示

Syntax:
The very first argument should be the variable values and can be extracted as ncread(filename,'time')
Second argument is the time units, which can be extracted as ncreadatt(filename,'time','units')
Third argument is the format, in which user needs the output

Following are some of the examples:

Example 1: If the user needs to have time in 'dd/mm/yyyy_hh' format
ncreadtime(nctimevar,'hours since 12-01-2015 12:00:00','dd/mm/yyyy_hh')

Example 2: If the user is not providing the choice of output
time format, program will print in 'dd/mm/yyyy_HH' by default
ncreadtime(nctimevar,'hours since 12-01-2015 12:00:00')

Example 3: If you do not wish to write manually the time units
everytime, user can prefer to use the following command, but
make sure input file should have units in the time variable
ncreadtime(ncread(file,'time'),ncreadatt(filename,'time','units'),'yyyymmdd');

引用

ANKUR KUMAR (2024). ncreadtime (https://www.mathworks.com/matlabcentral/fileexchange/87894-ncreadtime), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2020b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1

Removed bugs.

1.0.0