Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r = 2;
y_correct = 16;
assert(isequal(area_sqr(r),y_correct))
|
2 | Pass |
r = 3;
y_correct = 36;
assert(isequal(area_sqr(r),y_correct))
|
3 | Pass |
r = 25;
y_correct = 2500;
assert(isequal(area_sqr(r),y_correct))
|
284 Solvers
Getting the indices from a matrice
360 Solvers
07 - Common functions and indexing 1
338 Solvers
07 - Common functions and indexing 6
348 Solvers
Append two matrix as shown below example
181 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!