Приложение C Устаревшие функции
После того, как были помечены как устаревшие в течение двух основных релизов, следующие функции были удалены из Octave. Третий столбец таблицы показывает версию Octave, в которой функция была удалена. Перед удалением каждая функция в списке помечалась как устаревшая не менее чем в двух основных релизах. Все устаревшие функции выдают предупреждения, объясняющие, что они будут удалены в будущей версии Octave, и какую функцию следует использовать вместо них.
Функции-замены не всегда принимают точно такие же аргументы, как устаревшая функция, но должны предоставлять эквивалентную функциональность.
| Устаревшая функция | Замена | Версия |
|---|---|---|
beta_cdf |
betacdf в пакете Octave Forge statistics |
3.4.0 |
beta_inv |
betainv в пакете Octave Forge statistics |
3.4.0 |
beta_pdf |
betapdf в пакете Octave Forge statistics |
3.4.0 |
beta_rnd |
betarnd в пакете Octave Forge statistics |
3.4.0 |
binomial_cdf |
binocdf в пакете Octave Forge statistics |
3.4.0 |
binomial_inv |
binoinv в пакете Octave Forge statistics |
3.4.0 |
binomial_pdf |
binopdf в пакете Octave Forge statistics |
3.4.0 |
binomial_rnd |
binornd в пакете Octave Forge statistics |
3.4.0 |
chisquare_cdf |
chi2cdf в пакете Octave Forge statistics |
3.4.0 |
chisquare_inv |
chi2inv в пакете Octave Forge statistics |
3.4.0 |
chisquare_pdf |
chi2pdf в пакете Octave Forge statistics |
3.4.0 |
chisquare_rnd |
chi2rnd в пакете Octave Forge statistics |
3.4.0 |
clearplot |
clf |
3.4.0 |
com2str |
num2str |
3.4.0 |
exponential_cdf |
expcdf в пакете Octave Forge statistics |
3.4.0 |
exponential_inv |
expinv в пакете Octave Forge statistics |
3.4.0 |
exponential_pdf |
exppdf в пакете Octave Forge statistics |
3.4.0 |
exponential_rnd |
exprnd в пакете Octave Forge statistics |
3.4.0 |
f_cdf |
fcdf в пакете Octave Forge statistics |
3.4.0 |
f_inv |
finv в пакете Octave Forge statistics |
3.4.0 |
f_pdf |
fpdf в пакете Octave Forge statistics |
3.4.0 |
f_rnd |
frnd в пакете Octave Forge statistics |
3.4.0 |
gamma_cdf |
gamcdf в пакете Octave Forge statistics |
3.4.0 |
gamma_inv |
gaminv в пакете Octave Forge statistics |
3.4.0 |
gamma_pdf |
gampdf в пакете Octave Forge statistics |
3.4.0 |
gamma_rnd |
gamrnd в пакете Octave Forge statistics |
3.4.0 |
geometric_cdf |
geocdf в пакете Octave Forge statistics |
3.4.0 |
geometric_inv |
geoinv в пакете Octave Forge statistics |
3.4.0 |
geometric_pdf |
geopdf в пакете Octave Forge statistics |
3.4.0 |
geometric_rnd |
geornd в пакете Octave Forge statistics |
3.4.0 |
hypergeometric_cdf |
hygecdf в пакете Octave Forge statistics |
3.4.0 |
hypergeometric_inv |
hygeinv в пакете Octave Forge statistics |
3.4.0 |
hypergeometric_pdf |
hygepdf в пакете Octave Forge statistics |
3.4.0 |
hypergeometric_rnd |
hygernd в пакете Octave Forge statistics |
3.4.0 |
intersection |
intersect |
3.4.0 |
is_bool |
isbool |
3.4.0 |
is_complex |
iscomplex |
3.4.0 |
is_list |
Нет | 3.4.0 |
is_matrix |
ismatrix |
3.4.0 |
is_scalar |
isscalar |
3.4.0 |
is_square |
issquare |
3.4.0 |
is_stream |
Нет | 3.4.0 |
is_struct |
isstruct |
3.4.0 |
is_symmetric |
issymmetric |
3.4.0 |
is_vector |
isvector |
3.4.0 |
lognormal_cdf |
logncdf в пакете Octave Forge statistics |
3.4.0 |
lognormal_inv |
logninv в пакете Octave Forge statistics |
3.4.0 |
lognormal_pdf |
lognpdf в пакете Octave Forge statistics |
3.4.0 |
lognormal_rnd |
lognrnd в пакете Octave Forge statistics |
3.4.0 |
meshdom |
meshgrid |
3.4.0 |
normal_cdf |
normcdf в пакете Octave Forge statistics |
3.4.0 |
normal_inv |
norminv в пакете Octave Forge statistics |
3.4.0 |
normal_pdf |
normpdf в пакете Octave Forge statistics |
3.4.0 |
normal_rnd |
normrnd в пакете Octave Forge statistics |
3.4.0 |
pascal_cdf |
nbincdf в пакете Octave Forge statistics |
3.4.0 |
pascal_inv |
nbininv в пакете Octave Forge statistics |
3.4.0 |
pascal_pdf |
nbinpdf в пакете Octave Forge statistics |
3.4.0 |
pascal_rnd |
nbinrnd в пакете Octave Forge statistics |
3.4.0 |
poisson_cdf |
poisscdf в пакете Octave Forge statistics |
3.4.0 |
poisson_inv |
poissinv в пакете Octave Forge statistics |
3.4.0 |
poisson_pdf |
poisspdf в пакете Octave Forge statistics |
3.4.0 |
poisson_rnd |
poissrnd в пакете Octave Forge statistics |
3.4.0 |
polyinteg |
polyint |
3.4.0 |
struct_contains |
isfield |
3.4.0 |
struct_elements |
fieldnames |
3.4.0 |
t_cdf |
tcdf в пакете Octave Forge statistics |
3.4.0 |
t_inv |
tinv в пакете Octave Forge statistics |
3.4.0 |
t_pdf |
tpdf в пакете Octave Forge statistics |
3.4.0 |
t_rnd |
trnd в пакете Octave Forge statistics |
3.4.0 |
uniform_cdf |
unifcdf в пакете Octave Forge statistics |
3.4.0 |
uniform_inv |
unifinv в пакете Octave Forge statistics |
3.4.0 |
uniform_pdf |
unifpdf в пакете Octave Forge statistics |
3.4.0 |
uniform_rnd |
unifrnd в пакете Octave Forge statistics |
3.4.0 |
weibull_cdf |
wblcdf в пакете Octave Forge statistics |
3.4.0 |
weibull_inv |
wblinv в пакете Octave Forge statistics |
3.4.0 |
weibull_pdf |
wblpdf в пакете Octave Forge statistics |
3.4.0 |
weibull_rnd |
wblrnd в пакете Octave Forge statistics |
3.4.0 |
wiener_rnd |
wienrnd в пакете Octave Forge statistics |
3.4.0 |
create_set |
unique |
3.6.0 |
dmult |
diag (A) * B |
3.6.0 |
iscommand |
Нет | 3.6.0 |
israwcommand |
Нет | 3.6.0 |
lchol |
chol (…, "lower") |
3.6.0 |
loadimage |
load или imread
|
3.6.0 |
mark_as_command |
Нет | 3.6.0 |
mark_as_rawcommand |
Нет | 3.6.0 |
spatan2 |
atan2 |
3.6.0 |
spchol |
chol |
3.6.0 |
spchol2inv |
chol2inv |
3.6.0 |
spcholinv |
cholinv |
3.6.0 |
spcumprod |
cumprod |
3.6.0 |
spcumsum |
cumsum |
3.6.0 |
spdet |
det |
3.6.0 |
spdiag |
sparse (diag (…)) |
3.6.0 |
spfind |
find |
3.6.0 |
sphcat |
horzcat |
3.6.0 |
spinv |
inv |
3.6.0 |
spkron |
kron |
3.6.0 |
splchol |
chol (…, "lower") |
3.6.0 |
split |
char (strsplit (s, t)) |
3.6.0 |
splu |
lu |
3.6.0 |
spmax |
max |
3.6.0 |
spmin |
min |
3.6.0 |
spprod |
prod |
3.6.0 |
spqr |
qr |
3.6.0 |
spsum |
sum |
3.6.0 |
spsumsq |
sumsq |
3.6.0 |
spvcat |
vertcat |
3.6.0 |
str2mat |
char |
3.6.0 |
unmark_command |
Нет | 3.6.0 |
unmark_rawcommand |
Нет | 3.6.0 |
autocor |
xcorr в пакете Octave Forge signal |
3.8.0 |
autocov |
xcov в пакете Octave Forge signal |
3.8.0 |
betai |
betainc |
3.8.0 |
cellidx |
ismember |
3.8.0 |
cquad |
quadcc |
3.8.0 |
dispatch |
Нет | 3.8.0 |
fstat |
stat |
3.8.0 |
gammai |
gammainc |
3.8.0 |
glpkmex |
glpk |
3.8.0 |
is_duplicate_entry |
unique |
3.8.0 |
is_global |
isglobal |
3.8.0 |
krylovb |
[Uret, ~, Ucols] = krylov (…) |
3.8.0 |
perror |
Нет | 3.8.0 |
replot |
refresh |
3.8.0 |
saveimage |
imwrite |
3.8.0 |
setstr |
char |
3.8.0 |
strerror |
Нет | 3.8.0 |
values |
unique |
3.8.0 |
cut |
histc |
4.0.0 |
cor |
corr |
4.0.0 |
corrcoef |
corr |
4.0.0 |
__error_text__ |
lasterr |
4.0.0 |
error_text |
lasterr |
4.0.0 |
polyderiv |
polyder |
4.0.0 |
shell_cmd |
system |
4.0.0 |
studentize |
zscore |
4.0.0 |
sylvester_matrix |
hadamard (2^k) |
4.0.0 |
default_save_options |
save_default_options |
4.2.0 |
gen_doc_cache |
doc_cache_create |
4.2.0 |
interp1q |
interp1 |
4.2.0 |
isequalwithequalnans |
isequaln |
4.2.0 |
java_convert_matrix |
java_matrix_autoconversion |
4.2.0 |
java_debug |
debug_java |
4.2.0 |
java_invoke |
javaMethod |
4.2.0 |
java_new |
javaObject |
4.2.0 |
java_unsigned_conversion |
java_unsigned_autoconversion |
4.2.0 |
javafields |
fieldnames |
4.2.0 |
javamethods |
methods |
4.2.0 |
re_read_readline_init_file |
readline_re_read_init_file |
4.2.0 |
read_readline_init_file |
readline_read_init_file |
4.2.0 |
saving_history |
history_save |
4.2.0 |
allow_noninteger_range_as_index |
Нет | 4.4.0 |
bicubic |
interp2 |
4.4.0 |
delaunay3 |
delaunay |
4.4.0 |
do_braindead_shortcircuit_evaluation |
Нет | 4.4.0 |
dump_prefs |
Нет 4.4.0 | |
find_dir_in_path |
dir_in_loadpath |
4.4.0 |
finite |
isfinite |
4.4.0 |
fmod |
rem |
4.4.0 |
fnmatch |
glob или regexp
|
4.4.0 |
gmap40 |
Нет | 4.4.0 |
loadaudio |
audioread |
4.4.0 |
luinc |
ichol или ilu
|
4.4.0 |
mouse_wheel_zoom |
mousehweelzoom свойство |
4.4.0 |
nfields |
numfields |
4.4.0 |
octave_tmp_file_name |
tempname |
4.4.0 |
playaudio |
audioplayer |
4.4.0 |
saveaudio |
audiowrite |
4.4.0 |
setaudio |
Нет | 4.4.0 |
syl |
sylvester |
4.4.0 |
usage |
print_usage |
4.4.0 |
bitmax |
flintmax |
5.1.0 |
mahalanobis |
mahal в пакете Octave Forge statistics |
5.1.0 |
md5sum |
hash |
5.1.0 |
octave_config_info |
__octave_config_info__ |
5.1.0 |
onenormest |
normest1 |
5.1.0 |
sleep |
pause |
5.1.0 |
usleep |
pause |
5.1.0 |
wavread |
audioread |
5.1.0 |
wavwrite |
audiowrite |
5.1.0 |
© 1996–2022 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://docs.octave.org/v6.4.0/Obsolete-Functions.html