Covering some basic topics I haven't seen elsewhere on Cody.
Given an input variable 'x', save it to disk in a file named 'cody.mat'.
is it intended that the test is isequal(load('cody.mat'),x) instead of isequal(load('cody.mat'),struct('x',x))?
sorry.. updated the test suite to work as intended.. rescoring all solutions submitted.
If I don't provide any output from the function, it works fine on my computer but not in this test.
Undefined function savetodisk error. ??
sorry, just testing
Find all elements less than 0 or greater than 10 and replace them with NaN
11633 Solvers
986 Solvers
Find a subset that divides the vector into equal halves
289 Solvers
138 Solvers
Check that number is whole number
274 Solvers