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 |
%%
a = 1;
h=2;
y_correct = 2;
assert(isequal(area(a,h),y_correct))
|
269 Solvers
579 Solvers
263 Solvers
111 Solvers
Back to Basics - Find no. of elements in a matrix?
163 Solvers