Plots with [N x M] Matrix

7 ビュー (過去 30 日間)
MBM
MBM 2022 年 1 月 15 日
コメント済み: Cris LaPierre 2022 年 1 月 15 日
,
  3 件のコメント
James Tursa
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
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
Cris LaPierre 2022 年 1 月 15 日
編集済み: Cris LaPierre 2022 年 1 月 15 日
You may want a histogram.
% nxm matrix
grades = randi(100,5,3);
histogram(grades,[0:10:100])
xlabel("Grade")
ylabel("Number of students")

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnimation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by