query about grouped data

i have dataset (image attached) and i want to group data for every 5 rows...

1 件のコメント

jgg
jgg 2015 年 12 月 12 日
編集済み: jgg 2015 年 12 月 12 日
I think you need to provide more information; what do you mean by group? There are lots of different ways to group and combine data, and it's unclear what you're trying to do.
The simplest way to start would be just create a new vector v = [1:n] where n is the number of rows, then create grouping variable g = floor(v./5). You can then go from there to do whatever you want to do.

回答 (0 件)

この質問は閉じられています。

質問済み:

2015 年 12 月 12 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by