Plotting two different data sets on one graph

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

 채택된 답변

Thorsten
Thorsten 2015년 10월 23일
편집: Thorsten 2015년 10월 23일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2015년 10월 23일

댓글:

2015년 10월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by