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'.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers576
Suggested Problems
-
3490 Solvers
-
Find the peak 3n+1 sequence value
2571 Solvers
-
Find the maximum number of decimal places in a set of numbers
3551 Solvers
-
Generate N equally spaced intervals between -L and L
954 Solvers
-
Deleting an element in a matrix
495 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
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.