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))
|
All your base are belong to us
463 Solvers
First non-zero element in each column
593 Solvers
250 Solvers
436 Solvers
450 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!