comparison scripts/deprecated/weibrnd.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
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