Effacer les filtres
Effacer les filtres

finding out the value of a point in a graph

1 vue (au cours des 30 derniers jours)
Ambika
Ambika le 25 Jan 2012
how to find out the value of the peak point in a graph using command or coding? do the command "maxValue" will help?

Réponse acceptée

Image Analyst
Image Analyst le 25 Jan 2012
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(:));
  1 commentaire
Ambika
Ambika le 25 Jan 2012
thank you for your answer

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by