view doc/interpreter/obsolete.txi @ 30564:796f54d4ddbf stable

update Octave Project Developers copyright for the new year In files that have the "Octave Project Developers" copyright notice, update for 2021. In all .txi and .texi files except gpl.txi and gpl.texi in the doc/liboctave and doc/interpreter directories, change the copyright to "Octave Project Developers", the same as used for other source files. Update copyright notices for 2022 (not done since 2019). For gpl.txi and gpl.texi, change the copyright notice to be "Free Software Foundation, Inc." and leave the date at 2007 only because this file only contains the text of the GPL, not anything created by the Octave Project Developers. Add Paul Thomas to contributors.in.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Dec 2021 18:22:40 -0500
parents b6e65db78f0c
children 597f3ee61a48
line wrap: on
line source

@c Copyright (C) 2010-2022 The Octave Project Developers
@c
@c This file is part of Octave.
@c
@c Octave is free software: you can redistribute it and/or modify it
@c under the terms of the GNU General Public License as published by
@c the Free Software Foundation, either version 3 of the License, or
@c (at your option) any later version.
@c
@c Octave is distributed in the hope that it will be useful, but
@c WITHOUT ANY WARRANTY; without even the implied warranty of
@c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@c GNU General Public License for more details.
@c
@c You should have received a copy of the GNU General Public License
@c along with Octave; see the file COPYING.  If not, see
@c <https://www.gnu.org/licenses/>.

@c The text of this file appears in the file BUGS in the Octave
@c distribution, as well as in the Octave manual.

@node Obsolete Functions
@appendix Obsolete Functions

@cindex obsolete functions
@cindex deprecated functions
@cindex functions, obsolete
@cindex functions, deprecated

After being marked as deprecated for two major releases, the following
functions have been removed from Octave.  The third column of the table
shows the version of Octave in which the function was removed.  Prior to
removal, each function in the list was marked as deprecated for at least
two major releases.  All deprecated functions issue warnings explaining
that they will be removed in a future version of Octave, and which
function should be used instead.

Replacement functions do not always accept precisely the same arguments
as the obsolete function, but should provide equivalent functionality.

@multitable @columnfractions .3 .3 .15
@headitem Obsolete Function @tab Replacement @tab Version
@item @code{beta_cdf} @tab @code{betacdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{beta_inv} @tab @code{betainv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{beta_pdf} @tab @code{betapdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{beta_rnd} @tab @code{betarnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{binomial_cdf} @tab @code{binocdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{binomial_inv} @tab @code{binoinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{binomial_pdf} @tab @code{binopdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{binomial_rnd} @tab @code{binornd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{chisquare_cdf} @tab @code{chi2cdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{chisquare_inv} @tab @code{chi2inv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{chisquare_pdf} @tab @code{chi2pdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{chisquare_rnd} @tab @code{chi2rnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{clearplot} @tab @code{clf} @tab 3.4.0
@item @code{com2str} @tab @code{num2str} @tab 3.4.0
@item @code{exponential_cdf} @tab @code{expcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{exponential_inv} @tab @code{expinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{exponential_pdf} @tab @code{exppdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{exponential_rnd} @tab @code{exprnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{f_cdf} @tab @code{fcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{f_inv} @tab @code{finv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{f_pdf} @tab @code{fpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{f_rnd} @tab @code{frnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{gamma_cdf} @tab @code{gamcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{gamma_inv} @tab @code{gaminv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{gamma_pdf} @tab @code{gampdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{gamma_rnd} @tab @code{gamrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{geometric_cdf} @tab @code{geocdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{geometric_inv} @tab @code{geoinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{geometric_pdf} @tab @code{geopdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{geometric_rnd} @tab @code{geornd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{hypergeometric_cdf} @tab @code{hygecdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{hypergeometric_inv} @tab @code{hygeinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{hypergeometric_pdf} @tab @code{hygepdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{hypergeometric_rnd} @tab @code{hygernd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{intersection} @tab @code{intersect} @tab 3.4.0
@item @code{is_bool} @tab @code{isbool} @tab 3.4.0
@item @code{is_complex} @tab @code{iscomplex} @tab 3.4.0
@item @code{is_list} @tab None @tab 3.4.0
@item @code{is_matrix} @tab @code{ismatrix} @tab 3.4.0
@item @code{is_scalar} @tab @code{isscalar} @tab 3.4.0
@item @code{is_square} @tab @code{issquare} @tab 3.4.0
@item @code{is_stream} @tab None @tab 3.4.0
@item @code{is_struct} @tab @code{isstruct} @tab 3.4.0
@item @code{is_symmetric} @tab @code{issymmetric} @tab 3.4.0
@item @code{is_vector} @tab @code{isvector} @tab 3.4.0
@item @code{lognormal_cdf} @tab @code{logncdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{lognormal_inv} @tab @code{logninv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{lognormal_pdf} @tab @code{lognpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{lognormal_rnd} @tab @code{lognrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{meshdom} @tab @code{meshgrid} @tab 3.4.0
@item @code{normal_cdf} @tab @code{normcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{normal_inv} @tab @code{norminv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{normal_pdf} @tab @code{normpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{normal_rnd} @tab @code{normrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{pascal_cdf} @tab @code{nbincdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{pascal_inv} @tab @code{nbininv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{pascal_pdf} @tab @code{nbinpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{pascal_rnd} @tab @code{nbinrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{poisson_cdf} @tab @code{poisscdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{poisson_inv} @tab @code{poissinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{poisson_pdf} @tab @code{poisspdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{poisson_rnd} @tab @code{poissrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{polyinteg} @tab @code{polyint} @tab 3.4.0
@item @code{struct_contains} @tab @code{isfield} @tab 3.4.0
@item @code{struct_elements} @tab @code{fieldnames} @tab 3.4.0
@item @code{t_cdf} @tab @code{tcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{t_inv} @tab @code{tinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{t_pdf} @tab @code{tpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{t_rnd} @tab @code{trnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{uniform_cdf} @tab @code{unifcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{uniform_inv} @tab @code{unifinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{uniform_pdf} @tab @code{unifpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{uniform_rnd} @tab @code{unifrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{weibull_cdf} @tab @code{wblcdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{weibull_inv} @tab @code{wblinv} in Octave Forge statistics pkg @tab 3.4.0
@item @code{weibull_pdf} @tab @code{wblpdf} in Octave Forge statistics pkg @tab 3.4.0
@item @code{weibull_rnd} @tab @code{wblrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{wiener_rnd} @tab @code{wienrnd} in Octave Forge statistics pkg @tab 3.4.0
@item @code{create_set} @tab @code{unique} @tab 3.6.0
@item @code{dmult} @tab @code{diag (A) * B} @tab 3.6.0
@item @code{iscommand} @tab None @tab 3.6.0
@item @code{israwcommand} @tab None @tab 3.6.0
@item @code{lchol} @tab @code{chol (@dots{}, "lower")} @tab 3.6.0
@item @code{loadimage} @tab @code{load} or @code{imread} @tab 3.6.0
@item @code{mark_as_command} @tab None @tab 3.6.0
@item @code{mark_as_rawcommand} @tab None @tab 3.6.0
@item @code{spatan2} @tab @code{atan2} @tab 3.6.0
@item @code{spchol} @tab @code{chol} @tab 3.6.0
@item @code{spchol2inv} @tab @code{chol2inv} @tab 3.6.0
@item @code{spcholinv} @tab @code{cholinv} @tab 3.6.0
@item @code{spcumprod} @tab @code{cumprod} @tab 3.6.0
@item @code{spcumsum} @tab @code{cumsum} @tab 3.6.0
@item @code{spdet} @tab @code{det} @tab 3.6.0
@item @code{spdiag} @tab @code{sparse (diag (@dots{}))} @tab 3.6.0
@item @code{spfind} @tab @code{find} @tab 3.6.0
@item @code{sphcat} @tab @code{horzcat} @tab 3.6.0
@item @code{spinv} @tab @code{inv} @tab 3.6.0
@item @code{spkron} @tab @code{kron} @tab 3.6.0
@item @code{splchol} @tab @code{chol (@dots{}, "lower")} @tab 3.6.0
@item @code{split} @tab @code{char (strsplit (s, t))} @tab 3.6.0
@item @code{splu} @tab @code{lu} @tab 3.6.0
@item @code{spmax} @tab @code{max} @tab 3.6.0
@item @code{spmin} @tab @code{min} @tab 3.6.0
@item @code{spprod} @tab @code{prod} @tab 3.6.0
@item @code{spqr} @tab @code{qr} @tab 3.6.0
@item @code{spsum} @tab @code{sum} @tab 3.6.0
@item @code{spsumsq} @tab @code{sumsq} @tab 3.6.0
@item @code{spvcat} @tab @code{vertcat} @tab 3.6.0
@item @code{str2mat} @tab @code{char} @tab 3.6.0
@item @code{unmark_command} @tab None @tab 3.6.0
@item @code{unmark_rawcommand} @tab None @tab 3.6.0
@item @code{autocor} @tab @code{xcorr} in Octave Forge signal pkg @tab 3.8.0
@item @code{autocov} @tab @code{xcov} in Octave Forge signal pkg @tab 3.8.0
@item @code{betai} @tab @code{betainc} @tab 3.8.0
@item @code{cellidx} @tab @code{ismember} @tab 3.8.0
@item @code{cquad} @tab @code{quadcc} @tab 3.8.0
@item @code{dispatch} @tab None @tab 3.8.0
@item @code{fstat} @tab @code{stat} @tab 3.8.0
@item @code{gammai} @tab @code{gammainc} @tab 3.8.0
@item @code{glpkmex} @tab @code{glpk} @tab 3.8.0
@item @code{is_duplicate_entry} @tab @code{unique} @tab 3.8.0
@item @code{is_global} @tab @code{isglobal} @tab 3.8.0
@item @code{krylovb} @tab @code{[Uret, ~, Ucols] = krylov (@dots{})} @tab 3.8.0
@item @code{perror} @tab None @tab 3.8.0
@item @code{replot} @tab @code{refresh} @tab 3.8.0
@item @code{saveimage} @tab @code{imwrite} @tab 3.8.0
@item @code{setstr} @tab @code{char} @tab 3.8.0
@item @code{strerror} @tab None @tab 3.8.0
@item @code{values} @tab @code{unique} @tab 3.8.0
@item @code{cut} @tab @code{histc} @tab 4.0.0
@item @code{cor} @tab @code{corr} @tab 4.0.0
@item @code{corrcoef} @tab @code{corr} @tab 4.0.0
@item @code{__error_text__} @tab @code{lasterr} @tab 4.0.0
@item @code{error_text} @tab @code{lasterr} @tab 4.0.0
@item @code{polyderiv} @tab @code{polyder} @tab 4.0.0
@item @code{shell_cmd} @tab @code{system} @tab 4.0.0
@item @code{studentize} @tab @code{zscore} @tab 4.0.0
@item @code{sylvester_matrix} @tab @code{hadamard (2^k)} @tab 4.0.0
@item @code{default_save_options} @tab @code{save_default_options} @tab 4.2.0
@item @code{gen_doc_cache} @tab @code{doc_cache_create} @tab 4.2.0
@item @code{interp1q} @tab @code{interp1} @tab 4.2.0
@item @code{isequalwithequalnans} @tab @code{isequaln} @tab 4.2.0
@item @code{java_convert_matrix} @tab @code{java_matrix_autoconversion} @tab 4.2.0
@item @code{java_debug} @tab @code{debug_java} @tab 4.2.0
@item @code{java_invoke} @tab @code{javaMethod} @tab 4.2.0
@item @code{java_new} @tab @code{javaObject} @tab 4.2.0
@item @code{java_unsigned_conversion} @tab @code{java_unsigned_autoconversion} @tab 4.2.0
@item @code{javafields} @tab @code{fieldnames} @tab 4.2.0
@item @code{javamethods} @tab @code{methods} @tab 4.2.0
@item @code{re_read_readline_init_file} @tab @code{readline_re_read_init_file} @tab 4.2.0
@item @code{read_readline_init_file} @tab @code{readline_read_init_file} @tab 4.2.0
@item @code{saving_history} @tab @code{history_save} @tab 4.2.0
@item @code{allow_noninteger_range_as_index} @tab None @tab 4.4.0
@item @code{bicubic} @tab @code{interp2} @tab 4.4.0
@item @code{delaunay3} @tab @code{delaunay} @tab 4.4.0
@item @code{do_braindead_shortcircuit_evaluation} @tab None @tab 4.4.0
@item @code{dump_prefs} @tab @code{} None 4.4.0
@item @code{find_dir_in_path} @tab @code{dir_in_loadpath} @tab 4.4.0
@item @code{finite} @tab @code{isfinite} @tab 4.4.0
@item @code{fmod} @tab @code{rem} @tab 4.4.0
@item @code{fnmatch} @tab @code{glob} or @code{regexp} @tab 4.4.0
@item @code{gmap40} @tab None @tab 4.4.0
@item @code{loadaudio} @tab @code{audioread} @tab 4.4.0
@item @code{luinc} @tab @code{ichol} or @code{ilu} @tab 4.4.0
@item @code{mouse_wheel_zoom} @tab @code{mousehweelzoom} property @tab 4.4.0
@item @code{nfields} @tab @code{numfields} @tab 4.4.0
@item @code{octave_tmp_file_name} @tab @code{tempname} @tab 4.4.0
@item @code{playaudio} @tab @code{audioplayer} @tab 4.4.0
@item @code{saveaudio} @tab @code{audiowrite} @tab 4.4.0
@item @code{setaudio} @tab None @tab 4.4.0
@item @code{syl} @tab @code{sylvester} @tab 4.4.0
@item @code{usage} @tab @code{print_usage} @tab 4.4.0
@item @code{bitmax} @tab @code{flintmax} @tab 5.1.0
@item @code{mahalanobis} @tab @code{mahal} in Octave Forge statistics pkg @tab 5.1.0
@item @code{md5sum} @tab @code{hash} @tab 5.1.0
@item @code{octave_config_info} @tab @code{__octave_config_info__} @tab 5.1.0
@item @code{onenormest} @tab @code{normest1} @tab 5.1.0
@item @code{sleep} @tab @code{pause} @tab 5.1.0
@item @code{usleep} @tab @code{pause} @tab 5.1.0
@item @code{wavread} @tab @code{audioread} @tab 5.1.0
@item @code{wavwrite} @tab @code{audiowrite} @tab 5.1.0
@end multitable