diff scripts/control/system/dmr2d.m @ 7133:1d0d7be2d0f8

[project @ 2007-11-08 16:25:44 by jwe]
author jwe
date Thu, 08 Nov 2007 16:25:44 +0000
parents a1dbe9d80eee
children 8aa770b6c5bf
line wrap: on
line diff
--- a/scripts/control/system/dmr2d.m	Thu Nov 08 16:17:34 2007 +0000
+++ b/scripts/control/system/dmr2d.m	Thu Nov 08 16:25:44 2007 +0000
@@ -76,7 +76,7 @@
 function [dsys, fidx] = dmr2d (sys, idx, sprefix, Ts2, cuflg)
 
   ## parse input arguments
-  if(nargin != 4 | nargout > 2)
+  if (nargin != 4)
     print_usage ();
 
   elseif (!isstruct(sys))