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

我是五维矩阵,输入这个后
[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的五维矩阵

 Respuesta aceptada

pokokim
pokokim el 17 de Nov. de 2022

0 votos

可以用ind2sub转换

Más respuestas (0)

Categorías

Más información sobre 图和网络算法 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Nov. de 2022

Respondida:

el 17 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!