Problem 44434. Writing Error Messages

Well written functions check inputs to make sure the input is valid. The function ErrorCheck takes three arguments:

  • a - a scalar value
  • b - either a string, or a character array
  • c - a square matrix (numerical array)

If the input is anything other then this, throw the error message

'Cody demonstration error'

If the input is good, simply return 23.

Solution Stats

36.11% Correct | 63.89% Incorrect
Last Solution submitted on Apr 14, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers12

Suggested Problems

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!