help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 Y-axes in the same figure


From: Martin Helm
Subject: Re: 2 Y-axes in the same figure
Date: Tue, 18 Oct 2011 21:17:28 +0200

Am Dienstag, den 18.10.2011, 15:50 -0300 schrieb Eduardo J. Adam:
> Dear friends,
> I need to draw two axes in the same figure as shown below.
> The example is a tipical bode plot but, I don't want to use subplot
> command. In consequence, I need one axis on the rigth and another on
> the left.
> 
> clear all, clf
> K=1; n=K; d=[1 0.2 1 0];
> gs=tf(n,d);
> [mag_gs,pha_gs,w]=bode(gs);
> mag_gs_db=20*log(mag_gs);
> 
> 
> 
> 
> 
> 
> I have no idea how this is done.
> 
> 
> Eduardo

Did you have a look at plotyy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]