comparison scripts/control/base/dgram.m @ 7126:4a375de63f66

[project @ 2007-11-08 03:44:14 by jwe]
author jwe
date Thu, 08 Nov 2007 03:44:15 +0000
parents f084ba47812b
children
comparison
equal deleted inserted replaced
7125:f084ba47812b 7126:4a375de63f66
60 ## Created: July 1995 60 ## Created: July 1995
61 61
62 function m = dgram (a, b) 62 function m = dgram (a, b)
63 63
64 if (nargin != 2) 64 if (nargin != 2)
65 print_usage(); 65 print_usage ();
66 endif 66 endif
67 67
68 ## let dlyap do the error checking... 68 ## let dlyap do the error checking...
69 69
70 m = dlyap (a, b*b'); 70 m = dlyap (a, b*b');