Plotting a histogram does not come around
1 次查看(过去 30 天)
显示 更早的评论
I am trying to plot a histogram, but the figure that results does not quite come round to me.
if true
load('iris_data.csv') %after addpath, I need to parametrize this somehow
plot(std(iris_data)) % can I change the default filename or do I have to use another variable as a matrix.
histogram(std(iris_data));
end
I wonder if there is a document indicating all the data structures possible within MATLab.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!