Plotting histogram with user specified count
Show older comments
I have a csv file that contains the values to be plotted with their respective counts. Unfortunately, Matlab's histogram function does not seem to have such input. Please specify any method
Accepted Answer
More Answers (1)
Samay Sagar
on 12 Jun 2023
0 votes
You can use the readmatrix function to read csv files. You can plot histogram using the array returned by the readmatrix function.
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!