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

129 Solutions

18 Solvers

Last Solution submitted on May 28, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...