Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
fclose('all');
fid = fopen('titi.txt','w+')
assert(isequal(your_fcn_name, {'titi.txt'}))
fid =
3
|
2 | Fail |
fclose('all');
fid = fopen('titi.txt','w+')
fid = fopen('cloclo.mat3','w+')
assert(isequal(your_fcn_name, {'titi.txt','cloclo.mat3'}))
fid =
3
fid =
4
|
3 | Fail |
fclose('all');
assert(isequal(your_fcn_name, {}))
|
12381 Solvers
Return the largest number that is adjacent to a zero
3750 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Permute diagonal and antidiagonal
224 Solvers
Side of an equilateral triangle
2595 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!