How to represent the function "argmin" in matlab?
74 ビュー (過去 30 日間)
古いコメントを表示
This function does not present in R2009b package. Is any special way to represent this function in this package.? .
5 件のコメント
Sean de Wolski
2013 年 2 月 25 日
編集済み: Sean de Wolski
2013 年 2 月 25 日
@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
2013 年 2 月 25 日
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.
回答 (2 件)
Shashank Prasanna
2013 年 2 月 23 日
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 件のコメント
Mary Nahill
2017 年 10 月 27 日
To return k, the index of the minimum value of V (also called the argmin of V), do this: k = find(V==min(V))
Dhines
2013 年 2 月 23 日
1 件のコメント
Shashank Prasanna
2013 年 2 月 23 日
Please comment on the above answer instead of creating a new answer, this way it becomes easier to track correct answers to questions.
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!