calculate the average wind intensities

1 visualizzazione (ultimi 30 giorni)
I know the components of the wind u, v, z of several years. how can I calculate the average wind intensities in this time period?

Risposta accettata

Mathieu NOE
Mathieu NOE il 22 Apr 2021
hello
you need to compute the magnitude of your 3 components vector (and plot it against time)
mag =sqrt(u.^2 + v.^2 + w.^2)
  2 Commenti
ELISABETTA BILLOTTA
ELISABETTA BILLOTTA il 23 Apr 2021
so you say to calculate mag as you wrote me and then graph with mag on the x axis and time on the y axis?
in the meantime, thanks for the answer
Mathieu NOE
Mathieu NOE il 23 Apr 2021
hello
I would have plotted time on the x axis and mag on the y axis
all the best

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su View and Analyze Simulation Results in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by