Is this function available? - MATLAB Cody - MATLAB Central

Problem 42618. Is this function available?

Difficulty:Rate

Sometimes it is difficult to remember which functions are not allowed on the Cody platform. Given a function as a string, return true if it is available on Cody and false otherwise.

The test suite will be updated periodically, so hard-coding the answers will eventually fail.

Examples

isavailable('bsxfun') returns true
isavailable('pdist2') returns false

Solution Stats

21.6% Correct | 78.4% Incorrect
Last Solution submitted on Jun 08, 2024

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers16

Suggested Problems

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!