The largest and smallest numeric value in the array

3 vues (au cours des 30 derniers jours)
Sanja
Sanja le 15 Sep 2014
Commenté : Sanja le 16 Sep 2014
I have some of the numerical values in the matrix containing the image. How I can find the largest and smallest numeric value in the array?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 15 Sep 2014
max() and min()
  2 commentaires
Adam
Adam le 15 Sep 2014
and
max( data(:) )
min( data(:) )
if your data is n-dimensional.
Sanja
Sanja le 16 Sep 2014
Yes, thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by