C = max(A,[],dim) returns the largest elements along the dimension of A specified by scalar dim . For example, max(A,[],1) produces the maximum values along the ...
確定! 回上一頁