Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y = 30;
assert(isequal(sum_square(x),y))
y =
0
|
2 | Pass |
x = 6;
y = 91;
assert(isequal(sum_square(x),y))
y =
0
|
3 | Pass |
x = 5;
y = 55;
assert(isequal(sum_square(x),y))
y =
0
|
4 | Pass |
x = 15;
y = 1240;
assert(isequal(sum_square(x),y))
y =
0
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Create a square matrix of multiples
383 Solvers
07 - Common functions and indexing 3
317 Solvers
177 Solvers
259 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!