finding out the value of a point in a graph

5 次查看(过去 30 天)
how to find out the value of the peak point in a graph using command or coding? do the command "maxValue" will help?

采纳的回答

Image Analyst
Image Analyst 2012-1-25
Well you plotted it so you must have the data. maxValue is not a command but max() is. You can try this:
maxValue = max(data(:));

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Just for fun 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by