Plotting histogram with user specified count
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Samay Sagar
le 12 Juin 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.
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!