Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4];
y_correct = [1 1];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [10 2; 3 4];
y_correct = [1 2];
assert(isequal(your_fcn_name(x),y_correct))
|
282 Solvers
The sum of the numbers in the vector
426 Solvers
Append two matrix as shown below example
182 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
128 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!