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 comentarios

Walter Roberson
Walter Roberson el 9 de Sept. de 2015
What do you want the graph to look like?
Aswathy K V
Aswathy K V el 10 de Sept. de 2015
This is what I mean.
Image Analyst
Image Analyst el 10 de Sept. de 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 el 10 de Sept. de 2015
Ok thank you.

Iniciar sesión para comentar.

Respuestas (1)

Thorsten
Thorsten el 10 de Sept. de 2015
Editada: Thorsten el 10 de Sept. de 2015

0 votos

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

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Sept. de 2015

Editada:

el 10 de Sept. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by