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
-
Find common elements in matrix rows
2632 Solvers
-
2295 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2139 Solvers
-
160 Solvers
-
126 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!