Next: , Previous: , Up: Top   [Contents][Index]


Appendix C Obsolete Functions

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.

Obsolete FunctionReplacementVersion
beta_cdfbetacdf3.4.0
beta_invbetainv3.4.0
beta_pdfbetapdf3.4.0
beta_rndbetarnd3.4.0
binomial_cdfbinocdf3.4.0
binomial_invbinoinv3.4.0
binomial_pdfbinopdf3.4.0
binomial_rndbinornd3.4.0
chisquare_cdfchi2cdf3.4.0
chisquare_invchi2inv3.4.0
chisquare_pdfchi2pdf3.4.0
chisquare_rndchi2rnd3.4.0
clearplotclf3.4.0
com2strnum2str3.4.0
exponential_cdfexpcdf3.4.0
exponential_invexpinv3.4.0
exponential_pdfexppdf3.4.0
exponential_rndexprnd3.4.0
f_cdffcdf3.4.0
f_invfinv3.4.0
f_pdffpdf3.4.0
f_rndfrnd3.4.0
gamma_cdfgamcdf3.4.0
gamma_invgaminv3.4.0
gamma_pdfgampdf3.4.0
gamma_rndgamrnd3.4.0
geometric_cdfgeocdf3.4.0
geometric_invgeoinv3.4.0
geometric_pdfgeopdf3.4.0
geometric_rndgeornd3.4.0
hypergeometric_cdfhygecdf3.4.0
hypergeometric_invhygeinv3.4.0
hypergeometric_pdfhygepdf3.4.0
hypergeometric_rndhygernd3.4.0
intersectionintersect3.4.0
is_boolisbool3.4.0
is_complexiscomplex3.4.0
is_listislist3.4.0
is_matrixismatrix3.4.0
is_scalarisscalar3.4.0
is_squareissquare3.4.0
is_streamisstream3.4.0
is_structisstruct3.4.0
is_symmetricissymmetric3.4.0
is_vectorisvector3.4.0
lognormal_cdflogncdf3.4.0
lognormal_invlogninv3.4.0
lognormal_pdflognpdf3.4.0
lognormal_rndlognrnd3.4.0
meshdommeshgrid3.4.0
normal_cdfnormcdf3.4.0
normal_invnorminv3.4.0
normal_pdfnormpdf3.4.0
normal_rndnormrnd3.4.0
pascal_cdfnbincdf3.4.0
pascal_invnbininv3.4.0
pascal_pdfnbinpdf3.4.0
pascal_rndnbinrnd3.4.0
poisson_cdfpoisscdf3.4.0
poisson_invpoissinv3.4.0
poisson_pdfpoisspdf3.4.0
poisson_rndpoissrnd3.4.0
polyintegpolyint3.4.0
struct_containsisfield3.4.0
struct_elementsfieldnames3.4.0
t_cdftcdf3.4.0
t_invtinv3.4.0
t_pdftpdf3.4.0
t_rndtrnd3.4.0
uniform_cdfunifcdf3.4.0
uniform_invunifinv3.4.0
uniform_pdfunifpdf3.4.0
uniform_rndunifrnd3.4.0
weibull_cdfwblcdf3.4.0
weibull_invwblinv3.4.0
weibull_pdfwblpdf3.4.0
weibull_rndwblrnd3.4.0
wiener_rndwienrnd3.4.0
create_setunique3.6.0
dmultdiag (A) * B3.6.0
iscommandNone3.6.0
israwcommandNone3.6.0
lcholchol (…, "lower")3.6.0
loadimageload or imread3.6.0
mark_as_commandNone3.6.0
mark_as_rawcommandNone3.6.0
spatan2atan23.6.0
spcholchol3.6.0
spchol2invchol2inv3.6.0
spcholinvcholinv3.6.0
spcumprodcumprod3.6.0
spcumsumcumsum3.6.0
spdetdet3.6.0
spdiagsparse (diag (…))3.6.0
spfindfind3.6.0
sphcathorzcat3.6.0
spinvinv3.6.0
spkronkron3.6.0
splcholchol (…, "lower")3.6.0
splitchar (strsplit (s, t))3.6.0
splulu3.6.0
spmaxmax3.6.0
spminmin3.6.0
spprodprod3.6.0
spqrqr3.6.0
spsumsum3.6.0
spsumsqsumsq3.6.0
spvcatvertcat3.6.0
str2matchar3.6.0
unmark_commandNone3.6.0
unmark_rawcommandNone3.6.0
autocorOctave-Forge signal pkg, xcor3.8.0
autocovOctave-Forge signal pkg, xcov3.8.0
betaibetainc3.8.0
cellidxismember3.8.0
cquadquadcc3.8.0
dispatchNone3.8.0
fstatstat3.8.0
gammaigammainc3.8.0
glpkmexglpk3.8.0
is_duplicate_entryunique3.8.0
is_globalisglobal3.8.0
krylovb[Uret, ~, Ucols] = krylov (…)3.8.0
perrorNone3.8.0
replotrefresh3.8.0
saveimageimwrite3.8.0
setstrchar3.8.0
strerrorNone3.8.0
valuesunique3.8.0
cuthistc4.0.0
corcorr4.0.0
corrcoefcorr4.0.0
__error_text__lasterr4.0.0
error_textlasterr4.0.0
polyderivpolyder4.0.0
shell_cmdsystem4.0.0
studentizezscore4.0.0
sylvester_matrixhadamard (2^k)4.0.0

Next: , Previous: , Up: Top   [Contents][Index]