Plotting two different data sets on one graph

조회 수: 1 (최근 30일)
Andrew Wileman
Andrew Wileman 2015년 10월 23일
댓글: Andrew Wileman 2015년 10월 23일
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일
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개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by