Problem Using Bode Function

Athul Neelamparambil <[email protected]>
Newsgroups gmane.comp.gnu.octave.general
Message-ID <CALx74QXPAa+MNPU1k7_hDEESA3DUruh6PghEfNqj8HgamFyeCg@mail.gmail.com>
Hi,
I am an Octave user for my engineering study purposes. I have installed the
packages signal and control for signal analysis purposes. While I try to
plot the Bode plot for the function G=(10*(s+10))/(s*(s+2)*(s+5)), there is
no graph displayed in the output.(bode and sigma functions does not produce
a graph but nyquist function does) But online octave compilers show an
output. The Linux distro I'm using is Debian Testing, and the octave
version is GNU Octave version 5.2.0, installed using apt. Please look into
the issue and resolve and do the needful.

Attaching the octave code and the screenshots of the same.
Let's build a better technical society together through open source!
Thanking You,
Athul T
Screenshot from 2020-11-06 23-01-44.png (image/png, 150.7 KB) - not displayed
Screenshot from 2020-11-06 23-01-53.png (image/png, 41.5 KB) - not displayed
BodeAssignment.m (text/x-objcsrc, 93 B)
pkg load control;
pkg load signal;
s=tf('s');
G=(10*(s+10))/(s*(s+2)*(s+5));
bode(G,'r');
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.