Finding the peak position of a plot?
Show older comments
Hi,can anyone tell me how to find the peak of a plot . I have the code plot(sum(fill>0)); Now how to find the peak value of the plot??
2 Comments
Sean de Wolski
on 7 Feb 2011
Don't overwrite the stock
fill
function
Andrew Newell
on 7 Feb 2011
In other words, choose a different name for your variable FILL because it is the name of a MATLAB plot function.
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!