Good afternoon,
I have the MATLAB R2016b release and I need to have a plot with the following scheme but I do not know how to do it:
  • Two line plots with different axis in the left side of the plot and one area plot with the right axis.
I prove with yyaxis left and right, ploty, addaxis but I have not managed to get it out.
Can anyone help me please?
Thanks in advance.
Manuel

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 18 Mär. 2020

0 Stimmen

https://www.mathworks.com/help/releases/R2019b/matlab/creating_plots/plotting-with-two-y-axes.html

4 Kommentare

Manuel Montesinos del Puerto
Manuel Montesinos del Puerto am 18 Mär. 2020
Bearbeitet: Manuel Montesinos del Puerto am 18 Mär. 2020
With my MATLAB R2016b I know how to make a plot with two y different axis on the left Y axis, but I do not get it out how to plot also and area plot in the right Y axis. This is my real problem.
Fangjun Jiang
Fangjun Jiang am 18 Mär. 2020
area(AX, ___ ), plots into the axes specified by AX instead of the current axes. ??
Maybe you need to provide a scatch to show what is your desired effect.
Manuel Montesinos del Puerto
Manuel Montesinos del Puerto am 19 Mär. 2020
Sorry, maybe I explain badly the result I want to get out.
The following image describes better which is the result wanted:
  • The green one (LINE PLOT 1 - left Y) and the black (AREA PLOT - right Y) have been created using yyaxis right and left function. Perhaps there is a better way to do it.
  • Then the only thing I do not know how to do is adding the red axis (LINE PLOT 2 - left Y).
Thanks in advance!
Fangjun Jiang
Fangjun Jiang am 19 Mär. 2020
Sorry, as far as I know, you can only have two y-axis (left and right). No third y-axis.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by