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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by