Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(calculate_sum(x),y_correct))
|
2 | Pass |
x = [1 2 5 9 4];
y_correct = 21;
assert(isequal(calculate_sum(x),y_correct))
|
404 Solvers
07 - Common functions and indexing 6
348 Solvers
Create a two dimensional zero matrix
355 Solvers
556 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!