Mercurial > hg > octave-nkf
changeset 20138:928ac282b2fa
doc: Revise Appendix E to include deleted functions from versions 3.8 and 4.0.
* obsolete.txi: Add deleted functions from versions 3.8 and 4.0 to table.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 11 Mar 2015 13:40:45 -0700 |
parents | e884d5816471 |
children | 3c414ad460d5 |
files | doc/interpreter/obsolete.txi |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/obsolete.txi +++ b/doc/interpreter/obsolete.txi @@ -151,4 +151,31 @@ @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 Octave-Forge signal pkg, @code{xcor} @tab 3.8.0 +@item @code{autocov} @tab Octave-Forge signal pkg, @code{xcov} @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 @end multitable