Azzera filtri
Azzera filtri

finding out the value of a point in a graph

1 visualizzazione (ultimi 30 giorni)
how to find out the value of the peak point in a graph using command or coding? do the command "maxValue" will help?

Risposta accettata

Image Analyst
Image Analyst il 25 Gen 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(:));

Più risposte (0)

Categorie

Scopri di più su Graph and Network Algorithms in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by