Plotting a graph in matlab

2 次查看(过去 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.

请先登录,再进行评论。

回答(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