comparison scripts/deprecated/weibrnd.m @ 7693:8e5371d47da6

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Thu, 03 Apr 2008 21:56:23 -0400
parents a1dbe9d80eee
children 0a362fa8f3c8
comparison
equal deleted inserted replaced
7692:da1f4bc7cbe8 7693:8e5371d47da6
26 ## 26 ##
27 ## If @var{r} and @var{c} are omitted, the size of the result matrix is 27 ## If @var{r} and @var{c} are omitted, the size of the result matrix is
28 ## the common size of @var{alpha} and @var{sigma}. 28 ## the common size of @var{alpha} and @var{sigma}.
29 ## @end deftypefn 29 ## @end deftypefn
30 30
31 ## Deprecated in version 3.0
32
31 function rnd = weibrnd (varargin) 33 function rnd = weibrnd (varargin)
32 34
33 rnd = wblrnd (varargin{:}); 35 rnd = wblrnd (varargin{:});
34 36
35 endfunction 37 endfunction