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))
|
1312 Solvers
1102 Solvers
1123 Solvers
281 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers