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))
|
486 Solvers
Check if number exists in vector
4471 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
547 Solvers
Who has power to do everything in this world?
318 Solvers
525 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!