diff scripts/control/base/nyquist.m @ 3455:f758be6e1730

[project @ 2000-01-18 19:57:12 by hodelas] frequency response and sysprune functions allow input of signal names or signal indices.
author hodelas
date Tue, 18 Jan 2000 19:57:13 +0000
parents 2e06c3941943
children 04aef7306dca
line wrap: on
line diff
--- a/scripts/control/base/nyquist.m
+++ b/scripts/control/base/nyquist.m
@@ -119,7 +119,7 @@
 
   ## signal to __bodquist__ who's calling
 
-  [f, w] = __bodquist__ (sys, w, outputs, inputs, "nyquist");
+  [f, w, sys] = __bodquist__ (sys, w, outputs, inputs, "nyquist");
 
   ## Get the real and imaginary part of f.
   realp = real(f);