Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
fclose('all');
fid = fopen('titi.txt','w+')
assert(isequal(your_fcn_name, {'titi.txt'}))
fid =
3
filename =
1×1 cell array
{'titi.txt'}
|
2 | Pass |
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
filename =
1×2 cell array
{'titi.txt'} {'cloclo.mat3'}
|
3 | Pass |
fclose('all');
assert(isequal(your_fcn_name, {}))
filename =
0×0 empty cell array
|
9831 Solvers
248 Solvers
3974 Solvers
404 Solvers
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!