Plotting a graph in matlab

1 visualizzazione (ultimi 30 giorni)
Aswathy K V
Aswathy K V il 9 Set 2015
Modificato: Thorsten il 10 Set 2015
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 Commenti
Image Analyst
Image Analyst il 10 Set 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 il 10 Set 2015
Ok thank you.

Accedi per commentare.

Risposte (1)

Thorsten
Thorsten il 10 Set 2015
Modificato: Thorsten il 10 Set 2015
If you have the values in a matrix X, use
plot(X')

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by