Effacer les filtres
Effacer les filtres

What is the fastes way to find the maximum of a set of data?

3 vues (au cours des 30 derniers jours)
Chad
Chad le 4 Sep 2013
It would be easy to use a for loop and compare element by element, but I dont think that is the best way to do it. Does matlab have a function for this? Or would it be better to write my own sorting algorithm

Réponse acceptée

Image Analyst
Image Analyst le 4 Sep 2013
Well, the max() function springs to mind. Did you look up max in the help? If you want the data sorted, there is a sort() function, believe it or not.
  1 commentaire
Chad
Chad le 4 Sep 2013
Thanks for the quick reply. Looking back at my question I would rephrase it: "What exactly is the max() function doing?" I use it quite frequently. is it the fastest/most efficient way to find the max?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by