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!