fmins.m
来自「matlab最优化工具箱」· M 代码 · 共 12 行
M
12 行
%FMINS Find minimum of f(x1,x2,...)%% x=fmins('f',x0,options) finds the value of vector x near x0 % for which f(x) is minimal. % options is optional, giving the optimization arguments. If options% is the empty matrix, default options are used.% Optional arguments may be provided to f by passing them to fmin after % options, preceded by an empty matrix.%% Copyright (c) 1994-1999 by MathTools, Ltd.% Built-in function.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?