how to read netcdf unsupported datatype variable
5 ビュー (過去 30 日間)
古いコメントを表示
I was trying to read one of netcdf varaiable using the code below. And it returns "not a regognized netCDF datatype". I guess it is becaues the data type is text and listed as unsupported dtatype. does anyone now a way around this issue?
FYI, it works fine when I read other variables.
Thanks
station_nameID = netcdf.inqVarID(ncid, 'station_id');
station_nameData = netcdf.getVar(ncid, station_nameID);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/669443/image.png)
Error using netcdf.getVar (line 137)
12 is not a recognized netCDF datatype.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で NetCDF についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!