Hello,
I have a data 500000x5 and I need to find a mean value of specific rows. For example the mean of the rows between 100 and 120.
Does anyone knows how to do this?
Thanks in advnace.

 採用された回答

Abdolkarim Mohammadi
Abdolkarim Mohammadi 2020 年 5 月 19 日
編集済み: Abdolkarim Mohammadi 2020 年 5 月 19 日

0 投票

To find the mean for specific rows of matrix A:
MyMean = mean (A(:,(100:120)),2);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by