Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 7; 9 0; 6 4; 2 7];
y_correct = 2;
assert(isequal(your_fcn_name(x),y_correct))
ans =
2
|
1836 Solvers
The sum of the numbers in the vector
426 Solvers
Add a row of zeros on top of a matrix
193 Solvers
Solving Quadratic Equations (Version 1)
427 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!