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

127 Solutions

17 Solvers

Last Solution submitted on Mar 13, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...