changeset 3382:d931332a73dc

[project @ 1999-12-15 21:10:23 by jwe]
author jwe
date Wed, 15 Dec 1999 21:10:23 +0000
parents 69b167451491
children ebf69eb3d07d
files scripts/control/nichols.m scripts/control/zgfmul.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/control/nichols.m	Wed Dec 15 20:48:45 1999 +0000
+++ b/scripts/control/nichols.m	Wed Dec 15 21:10:23 1999 +0000
@@ -22,7 +22,7 @@
 ## Compute the frequency response of a system.
 ## inputs:
 ##   sys: system data structure (must be either purely continuous or discrete;
-#	 see is_digital)
+##	 see is_digital)
 ##   w: frequency values for evaluation.
 ##      if sys is continuous, then nichols evaluates G(jw)
 ##      if sys is discrete, then nichols evaluates G(exp(jwT)), where T=sys.tsam
--- a/scripts/control/zgfmul.m	Wed Dec 15 20:48:45 1999 +0000
+++ b/scripts/control/zgfmul.m	Wed Dec 15 21:10:23 1999 +0000
@@ -50,7 +50,7 @@
 
     Fj(aridx) = Fj(aridx) - 1;      # off diagonal entries of F1
     Fj(acidx) = Fj(acidx) - 1;
-    # diagonal entry of F1
+    ## diagonal entry of F1
     Fj(jj) = length(aridx)+length(acidx) + length(bidx) + length(cidx);
     
     if(!isempty(bidx)) Fj(n+bidx) = 1;     endif # B' incidence