Plotting histogram with user specified count
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Samay Sagar
il 12 Giu 2023
0 voti
You can use the readmatrix function to read csv files. You can plot histogram using the array returned by the readmatrix function.
Categorie
Scopri di più su Histograms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!