comparison scripts/deprecated/pascal_rnd.m @ 11736:9d412bc1d54f release-3-0-x

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Fri, 04 Apr 2008 10:17:33 -0400
parents a1dbe9d80eee
children 0a362fa8f3c8
comparison
equal deleted inserted replaced
11735:24bdee332170 11736:9d412bc1d54f
29 ## @end deftypefn 29 ## @end deftypefn
30 30
31 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 31 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
32 ## Description: Random deviates from the Pascal distribution 32 ## Description: Random deviates from the Pascal distribution
33 33
34 ## Deprecated in version 3.0
35
34 function rnd = pascal_rnd (varargin) 36 function rnd = pascal_rnd (varargin)
35 37
36 rnd = nbinrnd (varargin{:}); 38 rnd = nbinrnd (varargin{:});
37 39
38 endfunction 40 endfunction