plotting data from 2 files

2 visualizaciones (últimos 30 días)
Amna Abdullah
Amna Abdullah el 25 de Sept. de 2019
Respondida: Sahithi Kanumarlapudi el 6 de Nov. de 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?

Respuestas (1)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi el 6 de Nov. de 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!

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by