Plotting a graph in matlab

1 回表示 (過去 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.
Aswathy K V
Aswathy K V 2015 年 9 月 10 日
Ok thank you.

サインインしてコメントする。

回答 (1 件)

Thorsten
Thorsten 2015 年 9 月 10 日
編集済み: Thorsten 2015 年 9 月 10 日
If you have the values in a matrix X, use
plot(X')

カテゴリ

Help Center および File Exchange2-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