plotting data from 2 files

1 view (last 30 days)
Amna Abdullah
Amna Abdullah on 25 Sep 2019
I had data files from labcahrt. I exported them as mat files and was able to import them to matlab.
the files have so many files in and I am only intresetd in "data" files
how can I change the values of x-axis to start from 1 to n
how can I plot two different data files into one graph?

Answers (1)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi on 6 Nov 2019
The user wants to know how to plot data from two different files on a same graph
Solution:
xlim property can be used to set the values for x-axis. Refer to the following link for more information on xlim
‘hold’ property can be used to plot different data on the same plot. Following link has more information on ‘hold’ property.
Hope this helps!

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!