フィルターのクリア

Find out the minimum value from a column

3 ビュー (過去 30 日間)
NIRBAN CHAKRABORTY
NIRBAN CHAKRABORTY 2022 年 1 月 30 日
回答済み: KSSV 2022 年 1 月 30 日
Suppose I have a matrix of [3*10] now i want to find the minimum value from each column what will be the command for that?

採用された回答

KSSV
KSSV 2022 年 1 月 30 日
Read about the function min.
A = rand(3,10) ;
iwant = min(A) % this is same as min(A,[],1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by