Problem 55420. Power Outages Histogram
Solution Stats
Problem Comments
-
6 Comments
i am so confused, i dont think any of the test cases actually execute the function ?
@March 7th, the part of the test suite where the function is called is before the first test and so isn't visible.
Dear all
"assert" had been defined like below;
assert(isequal(g__.Children.Children.Type,'categoricalhistogram'))
If you want to pass the tests, you should define you function like below
wrong function:
function f = plotOutages(T)
end
Right function
function g__ = plotOutages(T)
end
Solution Comments
Show commentsProblem Recent Solvers151
Suggested Problems
-
Create a Multiplication table matrix...
588 Solvers
-
Find out sum and carry of Binary adder
1542 Solvers
-
10148 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1238 Solvers
-
138 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!