How do I separate data I have Input into Matlab
Show older comments
filename2 = 'DATA-001.CSV'; data2 = importdata(filename2); time2 = data2.data(:,1)*1/Fs; acc_z2 = data2.data(:,4);
I have a graph below. I need to separate the three distinct data sets/lines and get an average value for each section. Any idea how to do this

Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!