Binning on my data
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!