Plotting a graph in matlab

조회 수: 1 (최근 30일)
Aswathy K V
Aswathy K V 2015년 9월 9일
편집: Thorsten 2015년 9월 10일
I have the following table of values. I want to plot a graph in matlab using these values. Please help me to do this.
where F1,...F8 are the features of the signatures s1,...s5 respectively.
  댓글 수: 4
Image Analyst
Image Analyst 2015년 9월 10일
Try playing around with the plot() function. It would be a good, actually essential, learning experience for you.
Aswathy K V
Aswathy K V 2015년 9월 10일
Ok thank you.

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

답변 (1개)

Thorsten
Thorsten 2015년 9월 10일
편집: Thorsten 2015년 9월 10일
If you have the values in a matrix X, use
plot(X')

카테고리

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