Problem 46751. Don't you have something better to do?

MATLAB can help you come up with an acceptable reason for any of your current issues.
__________
% MATLAB, why?
why
The bald and not excessively bald and not excessively smart hamster obeyed a terrified and not excessively terrified hamster.
__________
After extensive testing, I concluded that most of my troubles are due to:
  • Hamsters
  • Baldness
  • Rich Mathematicians
I do believe I am correct. But for the sake of this problem, the function should behave like this:
__________
% MATLAB, why?
why
Don't you have something better to do?
__________
The why function returns no output. The Test Suite will use evalc to get what the why function diplays.
Write a function why_fcn_fix to make why display 'Don't you have something better to do?'.
evalc('why') == 'Don''t you have something better to do?'
Your function why_fcn_fix has to return an output otherwise Cody won't let me publish this problem. The ouput of your function will not be tested. Return whatever you want.
Read the manual. (:<
help why

Solution Stats

7.32% Correct | 92.68% Incorrect
Last Solution submitted on May 24, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author4

Problem Tags

Community Treasure Hunt

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

Start Hunting!