如何在多维矩阵中找到最小值所在位置。
Show older comments
我是五维矩阵,输入这个后
[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
More Answers (0)
Categories
Find more on 图和网络算法 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!