readme
来自「时间序列工具箱」· 代码 · 共 26 行
TXT
26 行
TSA toolbox V2.43
=================
o) Known problems:
under OCTAVE the plots are not always updated. It happens the
last before the last plot is displayed.
o) OCTAVE does not support text(x,y,t) (positioning of text t within a plot)
but end with an error.
Therefore, OCTAVE users remove sinvest1.m of the Matlab edition and download
bug_fixes/sinvest1.m
o) OCTAVE Version 2.0.13 and earlier has a bug which can be tested with
the following program (test.m)
ar=ones(4,10);K=1;
ar(:,1:K-1)=ar(:,1:K-1)-ar(:,K*ones(K-1,1)).*ar(:,K-1:-1:1);
If the execution ends with an error do bug fixing
http://www.che.wisc.edu/octave/mailing-lists/bug-octave/1998/256
o) OCTAVE and MATLAB4.2 does (currently) not support SUM(X,D) with two arguments.
In this case replace
durlev.m by bug_fixes/durlev.m
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?