This solution is outdated. To rescore this solution, sign in.
-
7 Comments
I don't know why this is flagged.
@Dyumin Joshi
It should be one of the tests, but the problem creator specifically requested the flip function not be used. It should be a test case to check for flip() though.
Is this allowed to not used end?
Obey the direction
"Request not to use direct function."
@Bertopedro MATLAB permits omitting the end keyword for a function for reasons of backward compatibility, but one shouldn't do it. On Cody, I believe there's no difference in terms of size, so there's never any reason to omit it.
As long as flip works, it works. Haha
Test suite updated, solution rescored and flags addressed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!