How to plot a graph from matrix each row elements should start plotting from row number

11 次查看(过去 30 天)
I want to plot a graph from a matrix which contains 12 rows and 150 columns. Each row element should start plotting from row number.

回答(1 个)

madhan ravi
madhan ravi 2019-9-9
编辑:madhan ravi 2019-9-9
I'm not certain what you want though , see if the below satisfies your needs:
plot(matrix)
  3 个评论
madhan ravi
madhan ravi 2019-9-10
编辑:madhan ravi 2019-9-10
For instance how do you want the graph for the below matrix:
matrix = [1,2;3,4] %?
Attach the desired graph screenshot.
Arpita Chopra
Arpita Chopra 2019-9-10
matrix = [1,2;3,4]
1 and 2 are in row 1 so it should start print from y axis 1.
3 and 4 are in row 2 so it will start printing from y axis 2.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by