User`s guide

2 MATLAB 6.1 Release Notes
2-28
Obsolete Input Arguments
Certain input arguments to these functions have become obsolete. Using these
arguments does not result in an error, but they are ignored.
Obsolete Functions
The following MATLAB function has become obsolete. For backwards
compatibility, it has not been removed from the language at this time.
However, this function may be removed in a future release, and you are
encouraged to discontinue its use, or use the function that replaces it.
Programming and Data Types Issues
Output from Background and Foreground Commands (UNIX)
In Release 12 on UNIX platforms, a background command (i.e., any system
command after which you add a
&), such as
! cat startup.m &
Function Description
delaunay
Now ignores the third argument fuzz, which
specified a value for the
fuzz standard deviation.
Now ignores the third argument
'sorted'. This
argument indicated to
delaunay that the given points
x and y were sorted, and that duplicate points had
been eliminated.
convhull
Now ignores the third argument TRI, which provided
triangulation data previously computed using
delaunay.
Function Description
bvpval
Evaluate the numerical solution of a boundary value
problem (BVP). Replace with
deval, which evaluates
the solution of both initial value and boundary value
differential equation problems.