halliemadi5004 halliemadi5004 10-11-2022 Computers and Technology contestada write a function find numeric type that determines if a numeric input is a scalar (1-by-1), row or column vector (1-by-n or n-by-1) or a matrix (n-by-b). the function shall return a lowercase string, specifically ('scalar', 'vector' or 'matrix')