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 Kommentare

Walter Roberson
Walter Roberson am 9 Sep. 2015
What do you want the graph to look like?
Aswathy K V
Aswathy K V am 10 Sep. 2015
This is what I mean.
Image Analyst
Image Analyst am 10 Sep. 2015
Try playing around with the plot() function. It would be a good, actually essential, learning experience for you.
Aswathy K V
Aswathy K V am 10 Sep. 2015
Ok thank you.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Thorsten
Thorsten am 10 Sep. 2015
Bearbeitet: Thorsten am 10 Sep. 2015

0 Stimmen

If you have the values in a matrix X, use
plot(X')

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 9 Sep. 2015

Bearbeitet:

am 10 Sep. 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by