plotting data from 2 files
显示 更早的评论
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
2019-11-6
0 个投票
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!
类别
在 帮助中心 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!