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