Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = rand(10,10);
savetodisk(x);
y=x;
clear x;
load('cody.mat');
assert(isequal(x,y))
|
17463 Solvers
3601 Solvers
6359 Solvers
How many trades represent all the profit?
520 Solvers
405 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!