如何在多维矩阵中找到最小值所在位置。

我是五维矩阵,输入这个后
[i1,m1,n1,j1,k1]=find(e==min(min(min(min(min(e))))))
出现
Error using find
Too many output arguments.
这里单独用find,得到211267。那它对应哪个位置?我是11*16*15*16*16的五维矩阵

 Accepted Answer

pokokim
pokokim on 17 Nov 2022

0 votes

可以用ind2sub转换

More Answers (0)

Categories

Find more on 图和网络算法 in Help Center and File Exchange

Tags

Asked:

on 17 Nov 2022

Answered:

on 17 Nov 2022

Community Treasure Hunt

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

Start Hunting!