How can I read and extract Fill Value from netcdf file
2 次查看(过去 30 天)
显示 更早的评论
I really thanks someone tell me how can I extract fill value, I used following comment it doesn't work. Thanks in advance.
FillValue = ncreadatt (ncfilename, 'PRES', 'FillValue_');
nc {'PRES'}. FillValue_ = ncfloat (99999);
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!