changeset 7158:5545c1ae9a83

[project @ 2007-11-11 02:20:13 by jwe]
author jwe
date Sun, 11 Nov 2007 02:20:13 +0000
parents 6f55e942a9c7
children 5ae4cb738695
files scripts/control/system/sysout.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/control/system/sysout.m	Fri Feb 01 23:45:07 2008 -0500
+++ b/scripts/control/system/sysout.m	Sun Nov 11 02:20:13 2007 +0000
@@ -107,7 +107,7 @@
   if (strcmp(opt, "ss") || strcmp(opt, "all"))
     sys = sysupdate (sys, "ss");
     disp ("state-space form:");
-    disp ("%d continuous states, %d discrete states", nn, nz);
+    printf ("%d continuous states, %d discrete states\n", nn, nz);
     if (nn+nz > 0)
       disp ("State(s):")
       xi = (nn+1):(nn+nz);