Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = 4;
assert(isequal(square(x),y_correct))
|
2 | Pass |
x = 7;
y_correct = 49;
assert(isequal(square(x),y_correct))
|
3 | Pass |
x = 15;
y_correct = 225;
assert(isequal(square(x),y_correct))
|
1961 Solvers
given 3 sides, find area of this triangle
680 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Create a two dimensional zero matrix
354 Solvers
Determine if input is divisible by three.
162 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!