Plotting histogram with user specified count
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Samay Sagar
2023년 6월 12일
0 개 추천
You can use the readmatrix function to read csv files. You can plot histogram using the array returned by the readmatrix function.
카테고리
도움말 센터 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!