Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%url_link='http://www.mathworks.com/matlabcentral/fileexchange/44314-cody-knotssample-zip-file?download=true';
url_link='https://www.mathworks.com/matlabcentral/mlc-downloads/downloads/submissions/44314/versions/3/download/zip'
load_file(url_link);
z=dir;
valid=0;
for k=1:size(z,1)
if strcmp(z(k).name,'Knots_sample.mat')
valid=1;
break;
end
end
assert(valid==1);
assert(z(k).bytes==58803)
url_link =
'https://www.mathworks.com/matlabcentral/mlc-downloads/downloads/submissions/44314/versions/3/download/zip'
|
9820 Solvers
Maximum running product for a string of numbers
1112 Solvers
Flag largest magnitude swings as they occur
582 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
516 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!