Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y = zeros(2);
assert(isequal(zero(x),y))
|
2 | Pass |
x = 4;
y = zeros(4);
assert(isequal(zero(x),y))
|
1328 Solvers
579 Solvers
convert matrix to single column
308 Solvers
Sum of the Multiplication of Vectors
202 Solvers
210 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!