extracting optimal values from 4-D double

답변 (1개)

Steven Lord
Steven Lord 2017년 5월 22일

0 개 추천

So you're trying to find the minimum element of a and potentially its location in that array? See the min function. While the "Smallest Element in Matrix" example on the documentation page for min operates on a matrix, the technique it describes generalizes to N-dimensional arrays as well.

카테고리

질문:

2017년 5월 22일

편집:

2017년 5월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by