diff scripts/control/hinf/dgkfdemo.m @ 6522:475c83367a0e

[project @ 2007-04-12 15:41:58 by jwe]
author jwe
date Thu, 12 Apr 2007 15:42:02 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/hinf/dgkfdemo.m	Thu Apr 12 15:26:38 2007 +0000
+++ b/scripts/control/hinf/dgkfdemo.m	Thu Apr 12 15:42:02 2007 +0000
@@ -36,8 +36,8 @@
 
 function dgkfdemo ()
 
-  save_val = page_screen_output;
-  page_screen_output = 0;
+  save_val = page_screen_output ();
+  page_screen_output  (0);
   while (1)
     clc
     sel = 0;
@@ -359,6 +359,6 @@
     endif
     prompt
   endwhile
-  page_screen_output = save_val;
+  page_screen_output (save_val);
 
 endfunction