Plotting histogram with user specified count
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Samay Sagar
am 12 Jun. 2023
0 Stimmen
You can use the readmatrix function to read csv files. You can plot histogram using the array returned by the readmatrix function.
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!