Export data based on latitude and longitude from 3 dimension array

2 次查看(过去 30 天)
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:
  1. how to convert third dimansion unit (time) from days since 1800 to common date unit like 2010-1-1?
  2. 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

采纳的回答

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019-10-12
Hi Bekzad,
here is the answer:
load time
TT =datetime(t, 'convertfrom', 'excel');
Now TT are dates.
Good luck.
  1 个评论
BN
BN 2019-10-12
Dear Sulaymon Eshkabilov
thank you for your answer. actually I want to convert the time in my 3d array. it is the third dimension of precipitation.
using your above mention code, only time array will be converted and my 3d array doesn't change.
Best regards.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by