Problem 343. Back to basics 1 - Saving
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
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.
Solution Comments
Show commentsProblem Recent Solvers565
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15762 Solvers
-
1837 Solvers
-
317 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1296 Solvers
-
Getting the row and column location from a matrix
297 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!