help-octave
[Top][All Lists]
Advanced

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

2 Y-axes in the same figure


From: Eduardo J. Adam
Subject: 2 Y-axes in the same figure
Date: Tue, 18 Oct 2011 15:50:27 -0300

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);


image.png


I have no idea
how this is done.



Eduardo

--

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



reply via email to

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