Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
fclose('all');
fid = fopen('titi.txt','w+')
assert(isequal(your_fcn_name, {'titi.txt'}))
fid =
3
fIDs =
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
fIDs =
3 4
|
3 | Fail |
fclose('all');
assert(isequal(your_fcn_name, {}))
fIDs =
[]
|
163 Solvers
Compress strings (not springs)
103 Solvers
148 Solvers
Return the first and last character of a string
3447 Solvers
Matrix with different incremental runs
249 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!