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

2 views (last 30 days)
Jim
Jim on 13 Mar 2012
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

Answers (1)

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

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!