How can I read and extract Fill Value from netcdf file
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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);
Ver también
Categorías
Más información sobre NetCDF en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!