Undefined function savetodisk error. ??
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: Undefined function 'savetodisk' for input arguments of type 'double'.
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Number of 1s in the Binary Representation of a Number
356 Solvers
Find the maximum number of decimal places in a set of numbers
734 Solvers
320 Solvers
2099 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!