Ensemble Average

版本 1.0.1 (1.1 KB) 作者: Aviral Sharma
Find out ensemble average of given data
257.0 次下载
更新时间 2020/4/26

查看许可证

the function takes in 3 arguments (cell_name, i, j,en).
The data has to be arranged in a 1x'en' cell, where 'en' is the number of ensembles.
Then each Ensemble is an array of size (i, j).

The output is the ensemble average, and is of same size as the ensembles.

This was tested to find ensemble average in a 2-D turbulent flow signal with 400 time-steps. In order to find the u(fluctuation) and v(fluctuation) from instantaneous u and v.

引用格式

Aviral Sharma (2024). Ensemble Average (https://www.mathworks.com/matlabcentral/fileexchange/75212-ensemble-average), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Generalized to accept 'en' number of ensembles.

1.0.0