Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
assert(isequal(cube(x),y))
|
2 | Pass |
x = 2;
y = 8;
assert(isequal(cube(x),y))
|
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Is this triangle right-angled?
2874 Solvers
465 Solvers
219 Solvers
323 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!