diff options
Diffstat (limited to 'macros/eqtflength.sci')
-rw-r--r-- | macros/eqtflength.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/eqtflength.sci b/macros/eqtflength.sci index 505322f..13e9419 100644 --- a/macros/eqtflength.sci +++ b/macros/eqtflength.sci @@ -3,9 +3,9 @@ function [b,a,N,M] = eqtflength(b,a) //Calling Sequence //[b,a] = eqtflength(b,a) //[b,a,N,M] = eqtflength(b,a) - //Author //Debdeep Dey + if(argn(2)~=2) error('Incorrect number of input arguments'); elseif(length(a)==0|max(abs(a))==0) |