Problem 55420. Power Outages Histogram

Create a function that takes power outage data as an input and creates a histogram of the number of outages as a function of Region. Note that the Region column of the power outage table contains a cell array of character vectors.
Rotate the x-axis tick labels by 30 degrees and label the y-axis with "Number of Outages".
Your function should return the figure handle as output.

Solution Stats

12.38% Correct | 87.62% Incorrect
Last Solution submitted on Mar 06, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers83

Suggested Problems

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!