Plotting a graph in matlab

1 vue (au cours des 30 derniers jours)
Aswathy K V
Aswathy K V le 9 Sep 2015
Modifié(e) : Thorsten le 10 Sep 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 commentaires
Image Analyst
Image Analyst le 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 le 10 Sep 2015
Ok thank you.

Connectez-vous pour commenter.

Réponses (1)

Thorsten
Thorsten le 10 Sep 2015
Modifié(e) : Thorsten le 10 Sep 2015
If you have the values in a matrix X, use
plot(X')

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by