• 2022-06-11
    If A is a matrix, the function max(A(:)) is ( ).
    A: to return the first element
    B: to return the maximum element in each row of the matrix
    C: to return the maximum element in each column of the matrix
    D: to return the largest element of the entire matrix