Plotting histogram with user specified count
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Samay Sagar
el 12 de Jun. de 2023
0 votos
You can use the readmatrix function to read csv files. You can plot histogram using the array returned by the readmatrix function.
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!