Problem 42618. Is this function available?

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

20.97% Correct | 79.03% Incorrect
Last Solution submitted on Jan 10, 2024

Problem Comments

Solution Comments

Show comments

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!