plotting data from 2 files

2 次查看(过去 30 天)
Amna Abdullah
Amna Abdullah 2019-9-25
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?

回答(1 个)

Sahithi Kanumarlapudi
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!

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by