How to plot a graph from matrix each row elements should start plotting from row number
조회 수: 4 (최근 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.

댓글 수: 0
답변 (1개)
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
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.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!