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
Problem Comments
-
1 Comment
Nikolaos Nikolaou
on 14 Oct 2020
lol
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
2127 Solvers
-
Count from 0 to N^M in base N.
235 Solvers
-
41 Solvers
-
Vectorize the digits of an Integer
321 Solvers
-
Change a specific color in an image
72 Solvers
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!