Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3; 1 2 3; 1 2 3];
y_correct = [1 2 3; 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1;9;8];
y_correct = [1;8];
assert(isequal(your_fcn_name(x),y_correct))
|
2197 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
Convert given decimal number to binary number.
637 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!