foptions.m

来自「matlab最优化工具箱」· M 代码 · 共 15 行

M
15
字号
%FOPTIONS Set options to function functions%%  options=foptions returns the default arguments used by the function functions,%  as a vector of numbers. The more important entries are%  %  options(2) Tolerance of x.%  %  options(3) Tolerance of f(x).%  %  options(14) Limit number of times the target function will be evaluated. %  Optimization will stop upon reaching that number.%%  Copyright (c) 1994-1999 by MathTools, Ltd.%  Built-in function.

⌨️ 快捷键说明

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