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))
|
2240 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
377 Solvers
424 Solvers
129 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!