Analysing Rain data in matlab

3 次查看(过去 30 天)
Highzik
Highzik 2022-3-28
评论: Sam Chak 2022-3-28
I have an excel stream of 3 years anual rainfall data with 1 minute integration time and i want to obtain the average rain rate, rain attenuation and rainfall trends
  1 个评论
Sam Chak
Sam Chak 2022-3-28
I think you can try loading the rainfall data into the raindata array in MATLAB Workspace.
filename = 'rainfall.xlsx';
raindata = importdata(filename);
You can also try creating a table from the Excel file, so that you can looking into the displayed data in tabular form.
raintable = readtable(filename)
Next, try providing the formulas for average rain rate, rain attenuation and rainfall trends.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Export to MATLAB 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by