home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / FUNFUN.DI$ / CONTENTS.M next >
Encoding:
Text File  |  1993-03-07  |  766 b   |  17 lines

  1. % Function functions - nonlinear numerical methods.
  2. %
  3. %   ode23       - Solve differential equations, low order method.
  4. %   ode23p      - Solve and plot solutions.
  5. %   ode45       - Solve differential equations, high order method.
  6. %   quad        - Numerically evaluate integral, low order method.
  7. %   quad8       - Numerically evaluate integral, high order method.
  8. %   fmin        - Minimize function of one variable.
  9. %   fmins       - Minimize function of several variables.
  10. %   fzero       - Find zero of function of one variable. 
  11. %   fplot       - Plot function.
  12. %
  13. % See also The Optimization Toolbox, which has a comprehensive
  14. % set of function functions for optimizing and minimizing functions.
  15.  
  16. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  17.