フィルターのクリア

Bin data into time bins

2 ビュー (過去 30 日間)
krysten spencer
krysten spencer 2018 年 6 月 24 日
回答済み: Steven Lord 2018 年 6 月 24 日
I have a huge set of numbers that looks like this:
38
53
27
0
49
0
44
82
32
74
119
50
69
98
88
113
120
89
53
and so on, I would like to bin this data into 10 second time bins (it is currently representing every 100 milliseconds) any help would be greatly appreciated.

採用された回答

Steven Lord
Steven Lord 2018 年 6 月 24 日
Use histcounts or histogram depending on whether you just need information about how many are in each bin or if you also need to see that data graphically.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by