This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 15;
m = 4;
function y = OddRow(x)
y_correct = [1 5 9 13];
assert(isequal(OddRow(x),y_correct))
end
|
17132 Solvers
267 Solvers
698 Solvers
Find the area of a rectangle if length of the diagonal is given.
130 Solvers
Matlab Basics II - Unit Conversion
119 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!