msresample error message: The MZ vector is not evenly nor linearly spaced.
Show older comments
I am this error while trying to msresample a Orbi MS spectrum:
Error using msdroppedsamples (line 61) The MZ vector is not evenly nor linearly spaced.
Error in msresample (line 215) [X,Y] = msdroppedsamples(X,Y);
I know that my MZ vector is not linear and has also a lot of O intensities, that is why I want to resample it, but I dont know excatly which parameters I need to adjust, I used this: [MZH,YH] = msresample(MZ, Y, 100000,'RANGE',[150 1200], 'Uniform', false, 'Missing', true, 'showplot', true)
Thanks
2 Comments
Oleg Komarov
on 3 Aug 2012
You didnt's give us the fundamental info. What code are you using and what is your input.
As the error says, you should have linearly spaced input.
Aurelie
on 3 Aug 2012
Accepted Answer
More Answers (0)
Categories
Find more on Genomics and Next Generation Sequencing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!