Binning on my data

1 回表示 (過去 30 日間)
Felicia DE CAPUA
Felicia DE CAPUA 2022 年 11 月 4 日
コメント済み: Felicia DE CAPUA 2022 年 11 月 4 日
Hi everyone,
I have a problem with my script:
bin_data1 = 1:(bin*new_fs):size(data_1);
time_1 = (1:bin:(size(data_1)/new_fs))-1;
I need to do a binning of my data, but when I run this part of script I obtain the bin but not the binned value of my data_1.
How can I resolve this problem?
Thank you so much!
  2 件のコメント
KSSV
KSSV 2022 年 11 月 4 日
You mean to say you want?
data_1(bin_data1)
Felicia DE CAPUA
Felicia DE CAPUA 2022 年 11 月 4 日
yes, thank you so much!!!!!!!!!!!! thank again

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by