• 2022-06-11
    If A is a matrix, the function of the function max(a(:)) is ( ).
    A: to work out the maximum element of the entire matrix
    B: function call errors
    C: to work out the maximum element of each row of the matrix
    D: to work out the maximum element of each column of the matrix