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 Solvers291
Suggested Problems
-
Return a list sorted by number of occurrences
2889 Solvers
-
Omit columns averages from a matrix
618 Solvers
-
252 Solvers
-
Sum of odd numbers in a matrix
615 Solvers
-
Test Problem; Create a 5x5 array containing all ones
403 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.