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))
|
573 Solvers
Sum the numbers on the main diagonal
453 Solvers
321 Solvers
convert matrix to single column
306 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!