comparison scripts/deprecated/weibcdf.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
28 ## 28 ##
29 ## @noindent 29 ## @noindent
30 ## for @var{x} >= 0. 30 ## for @var{x} >= 0.
31 ## @end deftypefn 31 ## @end deftypefn
32 32
33 ## Deprecated in version 3.0
34
33 function cdf = weibcdf (varargin) 35 function cdf = weibcdf (varargin)
34 36
35 cdf = wblcdf (varargin{:}); 37 cdf = wblcdf (varargin{:});
36 38
37 endfunction 39 endfunction