From help-octave-request at bevo dot che dot wisc dot edu Wed Jun 25 04:01:08 2003 Subject: Bode weirdness From: Dustin Vink To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 25 Jun 2003 09:59:08 +0100 (BST) The bode plot does not work as it should. Try this: num = [1]; den = [1 1 1 1]; G = tf2sys(num,den); bode(G) The phase shows a jump, which is wrong of course. Anyone know how to solve this error? Octave, version 2.1.49 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------