octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #63393] Bode plot problem. Different results b


From: Luiz Antonio Maccari Junior
Subject: [Octave-bug-tracker] [bug #63393] Bode plot problem. Different results between MATLAB and Octave.
Date: Mon, 21 Nov 2022 09:57:06 -0500 (EST)

Follow-up Comment #2, bug #63393 (project octave):

The new code is:
-------------------------
load T.mat

Ts = 1/20000;

TF = tf(num,den,Ts)
TF=minreal(TF,0.1)


freq=[0.01:1:2*pi*(0.5/Ts)];

bode(TF,freq)

------------------------------

With the insertion of minreal the results are apparently the same. It seems
that is not a bug on octave just a different type of behavior of the bode
function.

Reasoning about the problem, I think that MATLAB is doing something not
requested by the user. Maybe an warning or an explanation on the help should
be interesting. 

Sadly the function minreal does not have a help text and I cant open it using
edit command.

Thank by attention. 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63393>

_______________________________________________
Mensagem enviada pelo Savannah
https://savannah.gnu.org/




reply via email to

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