Problem 55420. Power Outages Histogram
Solution Stats
Problem Comments
-
3 Comments
David Hill
on 11 Oct 2022
The function is not executed for any of the tests.
David Hill
on 11 Oct 2022
Execute scratch pad:
T = readtable("outages.csv","TextType","string");
g__= plotOutages(T);
Rafael S.T. Vieira
on 31 Oct 2022
We must use the scratch pad, as said by David Hill, and return the histogram with gcf(). This should probably be added to the problem's description.
Solution Comments
Show commentsProblem Recent Solvers49
Suggested Problems
-
11355 Solvers
-
Return the first and last characters of a character array
7854 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1433 Solvers
-
729 Solvers
-
Find x rows where the sum of the numbers is the maximum
352 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!