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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!