フィルターのクリア

Find the position of a minimum inside an array

3 ビュー (過去 30 日間)
luca
luca 2019 年 8 月 5 日
回答済み: madhan ravi 2019 年 8 月 5 日
Given the following vector
V= [100 200 390 180 500 600 788 30 900 450 670 540 340 670 540 609 340 540 650 450 ]
I want to find the position of the minimum value inside V
If I use
A=min (V)
I obtain just
A=30
But what I want is the position inside the vector.
So
8
because the minimum 30 in the 8th position.
May someone help me?

採用された回答

madhan ravi
madhan ravi 2019 年 8 月 5 日
[Value,Position] = min(V)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel for-Loops (parfor) についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by