How to plot the value of a matrix?

1 回表示 (過去 30 日間)
HelpAStudent
HelpAStudent 2021 年 9 月 26 日
編集済み: Matt J 2021 年 9 月 26 日
Hi, I have a matrix 7x21 double, there is a way to plot the result with this imput:
x axis: the columns
y axis: the rows

採用された回答

Matt J
Matt J 2021 年 9 月 26 日
plot(yourMatrix)
  4 件のコメント
HelpAStudent
HelpAStudent 2021 年 9 月 26 日
I can not, because is a dicom image. A dicom image can't be attach right here. Can't you just chek why does not plot? Because the code befor the latest line does the work
Matt J
Matt J 2021 年 9 月 26 日
編集済み: Matt J 2021 年 9 月 26 日
It is not obvious from the posted code why it does not plot. The simplified code below is something you can easily run to prove to yourself that it should work.
meanbasket=rand(4,7);
plot(meanbasket); legend

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by