diff scripts/control/base/nyquist.m @ 4771:b8105302cfe8

[project @ 2004-02-16 17:45:50 by jwe]
author jwe
date Mon, 16 Feb 2004 17:45:50 +0000
parents 92be67bc9301
children bdbee5282954
line wrap: on
line diff
--- a/scripts/control/base/nyquist.m
+++ b/scripts/control/base/nyquist.m
@@ -146,7 +146,7 @@
       [stn, inn, outn] = sysgetsignals(sys);
       if(is_siso(sys))
         title(sprintf("Nyquist plot from %s to %s, w (rad/s) in [%e, %e]", ...
-          nth(inn,1), nth(outn,1), w(1), w(length(w))) )
+          inn{1}, outn{1}, w(1), w(length(w))) )
       endif
 
       gset nologscale xy;