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
-
2046 Solvers
-
Back to basics 6 - Column Vector
1064 Solvers
-
Compute a dot product of two vectors x and y
988 Solvers
-
313 Solvers
-
Set the array elements whose value is 13 to 0
1369 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!