Problem 42618. Is this function available?
Solution Stats
Problem Comments
-
6 Comments
You mix two things: functions not allowed on Cody for safety reasons (evalin, assignin...) and toolbox functions not available (imfindcircles, ocr ...).
I am curious to know how you can make the difference. :.)
I realize there is a mix. That is part of the reason I created the problem.
Yes, but if you update the test suite with other Cody restricted functions (str2func, evalc) ?
With this mix a player can't submit a permanent solution. It's bothers me.
But maybe I am boring...
Interesting problem anyway.
Point well taken. I will not update the test suite until I verify that a permanent solution exists.
Maybe you should evaluate the existance of functions dinamically using try and catch as I did. The only problem is that functions such as eval or feval are available at cody although your test suite declares that they aren't. The system just doesn't allow us to use some functions, but they are there. So are they available or not? I would say that they are*.
* There are even ways to bypass this restriction.
Solution Comments
Show commentsProblem Recent Solvers14
Suggested Problems
-
5816 Solvers
-
Project Euler: Problem 5, Smallest multiple
1148 Solvers
-
Back to basics 16 - byte order
189 Solvers
-
Create a vector whose elements depend on the previous element
556 Solvers
-
743 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!