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

Walter Roberson
Walter Roberson 2015년 9월 9일
What do you want the graph to look like?
Aswathy K V
Aswathy K V 2015년 9월 10일
This is what I mean.
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일

0 개 추천

If you have the values in a matrix X, use
plot(X')

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2015년 9월 9일

편집:

2015년 9월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by