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!
