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!