readme

来自「Interval Arithmetic Toolbox for Matlab」· 代码 · 共 43 行

TXT
43
字号
The file b4m.ps in this directory contains the b4m documentation.
For a short installation reference and for some major details see

     http://www.ti3.tu-harburg.de/~zemke/b4m/index.html

b4m Version 1.0.2 (first official release) Revision .004
This Release is based on Beta-Version 1.0.2.003

  -- Still problems with the overloaded methods

        subsasgn.m and subsref.m,

     because Matlab 5.2 does not call them inside
     other M-Files in the class directory, only from
     other directories in the search path of Matlab
     or from the command window display.

  -- Some small errors have been corrected and
     some more experimental files are omitted.

  -- b4m now computes least squares and minimal
     norm solutions (A\b).

  -- The global variables are now called
     b4m_DouBLe, b4m_INTerval and b4m_NaTiVe.

  -- The matrix right divide (mrdivide, '/')
     now can be invoked with second non-scalar
     argument.

                                          Jens Zemke 16.10.1998

  -- The routines interval, diag, transpose,
     ctranspose and sum now achieve higher speed.

  -- The routines isinf, isfinite and isnan are now
     available (completing isempty).

  -- The routines tril and triu are now implemented
     for interval matrices.

                                          Jens Zemke 22.10.1998

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?