Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
F = 0;
y_correct = -17.77777777;
assert(abs(far2cel(F)-y_correct)<1e-6);
ans =
[]
|
2 | Pass |
F = 212;
y_correct = 100;
assert(abs(far2cel(F)-y_correct)<1e-6);
ans =
[]
|
3 | Pass |
F = -40;
y_correct = -40;
assert(abs(far2cel(F)-y_correct)<1e-6);
ans =
[]
|
4 | Pass |
F = 98.5;
y_correct = 36.94444444444;
assert(abs(far2cel(F)-y_correct)<1e-6);
ans =
[]
|
Find common elements in matrix rows
1232 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
653 Solvers
283 Solvers
224 Solvers
Matlab Basics II - Count rows in a matrix
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!