フィルターのクリア

Read string values in NetCDF files.

1 回表示 (過去 30 日間)
anton fernando
anton fernando 2014 年 6 月 27 日
コメント済み: Chad Greene 2014 年 6 月 27 日
I have a NetCDF file to read. Actually they are dates of a certain data is taken. But I get it as a numerical value. Then the data I get miss some 0s which makes it hard for me to get the date exactly. How do i get it as a String value? My code is as follows.
peaksData1 = ncread('filename.nc','T',[1 1], [1 inf], [1 1])
  2 件のコメント
Ashish Uthama
Ashish Uthama 2014 年 6 月 27 日
does char(peaksData1) help?
Chad Greene
Chad Greene 2014 年 6 月 27 日
I am curious about your syntax which includes the start, count, and stride. Is it necessary to include the extra arguments? How does your code differ from
peaksData1 = ncread('filename.nc','T');

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by