diff scripts/control/base/__stepimp__.m @ 4375:5855de872659

[project @ 2003-04-11 17:40:32 by jwe]
author jwe
date Fri, 11 Apr 2003 17:40:32 +0000
parents 0f319a2fca12
children 92be67bc9301
line wrap: on
line diff
--- a/scripts/control/base/__stepimp__.m
+++ b/scripts/control/base/__stepimp__.m
@@ -202,6 +202,9 @@
       y(:,i) = C * x;
       x = F * x;
     endfor
+    if (DIGITAL)
+      y *= t_step; 
+    endif 
   else
     x = zeros(NSTATES, 1);
     for i = 1:n