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))
|
188 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
Find Out sum of principal diagonal element of given matrix
194 Solvers
373 Solvers
1173 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!