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))
|
5703 Solvers
Back to basics 2 - Function Path
163 Solvers
Create a square matrix of multiples
383 Solvers
216 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!