Export data based on latitude and longitude from 3 dimension array
Mostra commenti meno recenti
Dear all Matlab professionals
I have an array named precipitation with 3 dimension (longitude*latitude *time) which it's valued represents precipitation for all around the world at 10*10 degree for 1980 to 2016.
I have 2 question:
- how to convert third dimansion unit (time) from days since 1800 to common date unit like 2010-1-1?
- how to export data form it for a selected range of latitude and longitude and selected time like 1982-2015?
I attached some information below:
whos lon lat time precipitation
Name Size Bytes Class Attributes
lat 1x18 144 double
lon 1x36 288 double
precipitation 36x18x1512 7838208 double
time 1512x1 12096 double
Thank you all in advance and I'm looking forward to your answers.
Best regards
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su NetCDF Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!