Plots with [N x M] Matrix
1 次查看(过去 30 天)
显示 更早的评论
,
3 个评论
James Tursa
2022-1-15
编辑:James Tursa
2022-1-15
If I type in "bar" to the Help Center Support and click on the first link this shows up:
Maybe you could start by reading through this and looking at the examples.
Cris LaPierre
2022-1-15
OP delete their question. From the cache:
Guys im not sure how to set up a Bar plot with N x M matrix as input.
Here's what i want:

采纳的回答
Cris LaPierre
2022-1-15
编辑:Cris LaPierre
2022-1-15
% nxm matrix
grades = randi(100,5,3);
histogram(grades,[0:10:100])
xlabel("Grade")
ylabel("Number of students")
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Color and Styling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!