How I plot a matrix wich each rows is a different curves on the graph?

조회 수: 2 (최근 30일)
HelpAStudent
HelpAStudent 2021년 10월 6일
댓글: Chunru 2021년 10월 7일
Hi, I have a 6x21 matrix. I want to plot it in one single graph in wich each rows is a different curves.

채택된 답변

Chunru
Chunru 2021년 10월 6일
a = randn(6, 21);
plot(a')
  댓글 수: 2
HelpAStudent
HelpAStudent 2021년 10월 6일
I have the value of the matrix, I do not need random value
Chunru
Chunru 2021년 10월 7일
I don't have your value of the matrix, so I have to generate some data to demonstrate the plot :-)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by