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: Eduardo J. Adam
Subject: Re: 2 Y-axes in the same figure
Date: Tue, 18 Oct 2011 16:34:56 -0300

Wowww.
But It is almost the solution. Look, it is a semilogx with 2 Y-axes.



2011/10/18 Martin Helm <address@hidden>
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





--

Dr. Eduardo J. Adam
Prof. Adjunto Instrumentación y Control de Procesos
Facultad de Ingeniería Química
Santiago del Estero 2654, (S3000AOJ), Santa Fe, SF, Argentina
Tel. +54 (0342) 457-1167 Int. 2742
http://www.fiq.unl.edu.ar/control/index.php?page=adam


reply via email to

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