sorry, just testing
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = rand(10,10);
savetodisk(x);
y=x;
clear x;
load('cody.mat');
assert(isequal(x,y))
Error: Assertion failed.
|
192 Solvers
Number of 1s in a binary string
2818 Solvers
Switch matrix to a column vector
260 Solvers
Matlab Basics - Absolute Value
360 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!