Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions