Effacer les filtres
Effacer les filtres

How to represent the function "argmin" in matlab?

51 vues (au cours des 30 derniers jours)
Dhines
Dhines le 23 Fév 2013
Modifié(e) : Stephen23 le 27 Oct 2017
This function does not present in R2009b package. Is any special way to represent this function in this package.? .
  5 commentaires
Sean de Wolski
Sean de Wolski le 25 Fév 2013
Modifié(e) : Sean de Wolski le 25 Fév 2013
@Walter, this reflects a recent change in the documentation policy for some of our products. Try accessing the above incognito or inprivate browsing mode.
Shashank Prasanna
Shashank Prasanna le 25 Fév 2013
The documentation is not hidden, but the product description is not.
But anyone, new or otherwise, with a MATLAB question should not be expected to know of the existence of this product or any of the 90 other products MathWorks makes.
This miss-classification is genuine and other forum contributors to help clean up.

Connectez-vous pour commenter.

Réponses (2)

Shashank Prasanna
Shashank Prasanna le 23 Fév 2013
Can you elaborate? argmin means 'argument of the minimum' of a function. Which means you want to perform an optimization.
Check out the following link for information about optimization in base matlab:
  7 commentaires
Mary Nahill
Mary Nahill le 27 Oct 2017
To return k, the index of the minimum value of V (also called the argmin of V), do this: k = find(V==min(V))
Stephen23
Stephen23 le 27 Oct 2017
Modifié(e) : Stephen23 le 27 Oct 2017
@Mary Nahill: use the second output of min or max.

Connectez-vous pour commenter.


Dhines
Dhines le 23 Fév 2013
in my project am having ranking criteria is c(i)=w(i). "i represents 1 to 50". so 'c' contains 50 elements. and now in my algorithm says these 50 elements further to reduce using ranking procedure and eliminate the smallest rank value. for these elimination process in my algorithm given a formula f=argmin(c).here how to writhe these function in matlab. when i try to write these function in matlab it shows the error.
>> f=argmin(C) ??? Undefined function or method 'argmin' for input arguments of type 'double'.
  1 commentaire
Shashank Prasanna
Shashank Prasanna le 23 Fév 2013
Please comment on the above answer instead of creating a new answer, this way it becomes easier to track correct answers to questions.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by