If length, breadth and height of the walls are given, find the area of the four walls.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers295
Suggested Problems
-
Getting the row and column location from a matrix
301 Solvers
-
Element by element multiplication of two vectors
399 Solvers
-
1025 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
361 Solvers
-
11586 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In the test cases you wrote "your_fcn_name(x)" and not "your_fcn_name(l,b,h)" ;-)
Fixed it.