Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
grpstats を使用して、他の 2 つの列のグループ化に基づいて最小の 1 つの列を見つけています。問題の詳細については、このリンクを参照してください 関数は次のようになります。
grpstats(M,[M(:,1) M(:,2)],'min')
最小値の代わりにインデックスを返すにはどうすればよいですか?