Plotting two different data sets on one graph
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Andrew Wileman
am 23 Okt. 2015
Kommentiert: Andrew Wileman
am 23 Okt. 2015
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
0 Kommentare
Akzeptierte Antwort
Thorsten
am 23 Okt. 2015
Bearbeitet: Thorsten
am 23 Okt. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!