Analysing Rain data in matlab

3 visualizzazioni (ultimi 30 giorni)
Highzik
Highzik il 28 Mar 2022
Commentato: Sam Chak il 28 Mar 2022
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 Commento
Sam Chak
Sam Chak il 28 Mar 2022
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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Data Export to MATLAB in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by