Plotting two different data sets on one graph

5 views (last 30 days)
Hi, As usual, in a bit of a mess! I have two data sets (see attached graphs), that are almost identical in terms of size of array. However, one has decimal notation, the other is a integer, when plotted. Matlab doesn't seem to let me plot both data sets on one graph. I wondered if anyone knows a way round this. I've tried rounding etc, it seems to ruin the data. Hoping someone may be able to help. Andy

Accepted Answer

Thorsten
Thorsten on 23 Oct 2015
Edited: Thorsten on 23 Oct 2015
The range of the first graph is 0 to about 900, and 674.981 to 674.982 for the second graph. So the second graph would be a horizontal line when plotted together with the first graph.
You can use a plot with two different y-axes using
plotyy

More Answers (0)

Categories

Find more on Two y-axis 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!