This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
h = 50;
w = 20;
r = 12;
A_correct = (h*w)-((pi*r^2)/2);
assert(isequal(your_fcn_name(h,w,r),A_correct))
A =
773.8053
|
Sum all integers from 1 to 2^n
8411 Solvers
404 Solvers
267 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Create a Multiplication table matrix...
281 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!