フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Finding a position of a element in a matrix

2 ビュー (過去 30 日間)
NIRBAN CHAKRABORTY
NIRBAN CHAKRABORTY 2022 年 1 月 6 日
閉鎖済み: Stephan 2022 年 1 月 6 日
この 質問 は Turlough Hughes さんによってフラグが設定されました
I have a matrix a=[1 2 3 4 5 10;2 3 5 6 1 12;2 6 4 5 7 16;10 2 1 4 5 20;2 3 1 4 9 12]
I want to find out the minimum value postion of this matrix in 2nd row from 1st to 3rd column
I have written this code
[i1,j1]=find(a(2,1:6)==min(a(2,1:3)))
but instead of giving 2nd row 1st column as the minimum value postion, it is showing the result like this
i1 =
1
j1 =
1

回答 (0 件)

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by