Question: Q3. Write a function MatrixCheck that will check whether an input argument is a scalar, a one-dimensional vector, or a two-dimensional matrix. This function receives
Q3. Write a function MatrixCheck that will check whether an input argument is a scalar, a one-dimensional vector, or a two-dimensional matrix. This function receives a variable as the only input argument, and returns the variable type as a character vector (aka string). Your function should also check if the input is empty. If thats the case, the function should output 'empty'. Hint: consider using the size() function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
