Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = log(17)/log(3);
assert(isequal(your_fcn_name(x),y_correct))
|
689 Solvers
Test if two numbers have the same digits
155 Solvers
424 Solvers
Deleting an element in a matrix
242 Solvers
Matlab Basics II - Max & Index of Max
132 Solvers