Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 153;
y_correct = 1;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
1 5 3
y =
logical
1
|
2 | Pass |
x = 143;
y_correct = 0;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
1 4 3
y =
logical
0
|
3 | Pass |
x = 370;
y_correct = 1;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
3 7 0
y =
logical
1
|
4 | Pass |
x = 371;
y_correct = 1;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
3 7 1
y =
logical
1
|
5 | Pass |
x = 145;
y_correct = 0;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
1 4 5
y =
logical
0
|
6 | Pass |
x = 407;
y_correct = 1;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
4 0 7
y =
logical
1
|
7 | Pass |
x = 136;
y_correct = 0;
assert(isequal(armno(x),y_correct))
/opt/mlsedu/matlab/R2016b/toolbox/matlab/codetools/@mtree/mtree.m % mtree constructor
z =
1 3 6
y =
logical
0
|
1915 Solvers
Get the length of a given vector
1371 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
The Answer to Life, the Universe, and Everything
312 Solvers
Matlab Basics - y as a function of x
242 Solvers