Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b=2;
c=3;
y_correct = 6;
assert(isequal(vol(a,b,c),y_correct))
y =
6
|
2 | Pass |
a = 6;
b=5;
c=3;
y_correct = 90;
assert(isequal(vol(a,b,c),y_correct))
y =
90
|
Determine Whether an array is empty
646 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
205 Solvers
224 Solvers
Rotate a matrix for 180 degree
132 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!