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))
ans =
[]
|
2 | Pass |
a = 6;
b=5;
c=3;
y_correct = 90;
assert(isequal(vol(a,b,c),y_correct))
ans =
[]
|
Program an exclusive OR operation with logical operators
639 Solvers
Getting the indices from a vector
3208 Solvers
Magic is simple (for beginners)
2750 Solvers
215 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!