diff scripts/control/base/pzmap.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents e9cde940b271
children 2110cc251779
line wrap: on
line diff
--- a/scripts/control/base/pzmap.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/control/base/pzmap.m	Tue Oct 10 16:10:31 2006 +0000
@@ -40,7 +40,7 @@
 function [zer, pol]=pzmap (sys)
 
   if(nargin != 1)
-    usage("pzmap(sys) or [zer,pol] = pzmap(sys)");
+    print_usage ();
   elseif (!isstruct(sys));
     error("sys must be in system format");
   endif