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
8399 Solvers
Return the 3n+1 sequence for n
5201 Solvers
Back to basics 22 - Rotate a matrix
682 Solvers
Back to basics 24 - Symbolic variables
115 Solvers
Determine Whether an array is empty
561 Solvers