octave-maintainers
[Top][All Lists]
Advanced

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

Bode function only run once


From: Nick7
Subject: Bode function only run once
Date: Fri, 7 Feb 2020 07:27:59 -0600 (CST)

Hello
I am running the following script:
 

pkg load control;
clear global;
s = tf('s');
tf = 1/(1+s*0.318e-8);
bode(tf);


The first run time the Bode plots appears well. When I try to rerun the
script the following error appears:

>> Bode

error: freqresp: second argument 'w' must be a real-valued vector of
frequencies
error: called from
    freqresp at line 52 column 5
    subsref at line 39 column 13
    Bode at line 3 column 3
>>

Any help please?

Regards
 Nick



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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