comparison scripts/general/rem.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 9f7ef92b50b0
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
27 ## @end example 27 ## @end example
28 ## 28 ##
29 ## An error message is printed if the dimensions of the arguments do not 29 ## An error message is printed if the dimensions of the arguments do not
30 ## agree, or if either of the arguments is complex. 30 ## agree, or if either of the arguments is complex.
31 ## @end deftypefn 31 ## @end deftypefn
32 ##
32 ## @seealso{mod, round} 33 ## @seealso{mod, round}
33 34
34 ## Author: jwe 35 ## Author: jwe
35 36
36 function r = rem (x, y) 37 function r = rem (x, y)