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 Solvers294
Suggested Problems
-
2530 Solvers
-
306 Solvers
-
Create an index-powered vector
961 Solvers
-
07 - Common functions and indexing 4
423 Solvers
-
Find out value of sine given by degree.
357 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.