Plotting a graph in matlab
이전 댓글 표시
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
2015년 9월 9일
What do you want the graph to look like?
Aswathy K V
2015년 9월 10일
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
2015년 9월 10일
답변 (1개)
If you have the values in a matrix X, use
plot(X')
카테고리
도움말 센터 및 File 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!
