How to plot a graph to the values in .txt file

Hi,
I need to plot a graph for the values of x,y
The values are in .txt file
Each one having 52 values
I imported the file into work space
I need to plot a graph between them
Can u suggest anything about this
Thanks in advance

Respuestas (1)

Doug Hull
Doug Hull el 13 de Mzo. de 2012
If they have been brought into the workspace as two variables, x,y then you will use the command:
plot(x,y)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

Jim
el 13 de Mzo. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by