MATLAB: Could anyone help me to fix the issue.

maximum

Best Answer

You need to specify the dimension to operate over:

>> max(iwant1,[],3)
ans =
   5.9587
   4.4256
   5.3430
Related Question