How to plot the value of a matrix?
1 view (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
Matt J
on 26 Sep 2021
plot(yourMatrix)
More Answers (0)
See Also
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!