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
tline =
-1
|
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 =
[]
|
962 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
277 Solvers
329 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!