Error while finding peak value and location
Show older comments
As I try to find the peak value and peak position, the function is not executing for the same because of some error. Please help.
load 'vv.mat'
load 'cc.mat'
for m = 1:numel(vv)
[pks{m},locs{m}]=findpeaks(cc{m}(end,:), vv{m}(end,:));
end
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics 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!