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
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 Exchange2-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