matlab 内置函数文件

feval.m

%FEVAL Execute the specified function.                执行由串指定的函数
 FEVAL(F,x1,...,xn) evaluates the function specified by a function
%   handle or function name, F, at the given arguments, x1,...,xn.
%   For example, if F = @foo, FEVAL(F,9.64) is the same as foo(9.64).等价于执行函数名F代表的函数,并且给出了输入参数
%

%   If a function handle is bound to an overloaded function,  函数句柄(函数名)的处理是一个重载函数来做的,

%   then the data type of the arguments x1 through xn, determines  后面的参数决定了具体执行哪个函数。
%   which function is executed.
%
%   FEVAL is usually used inside functions which take function
%   handles or function strings as arguments.  Examples include 
%   FZERO and EZPLOT.
%
%   [y1,..,yn] = FEVAL(F,x1,...,xn) returns multiple output arguments.
%
%   Within methods that overload built-in functions, use BUILTIN(F,...)
%   to execute the original built-in function.  Note that when using
%   BUILTIN, F must be a function name and not a function handle.
%
%   See also ASSIGNIN, FUNCTION_HANDLE, FUNCTIONS, BUILTIN, EVAL, EVALIN.


%   Copyright 1984-2015 The MathWorks, Inc. 
%   Built-in function.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值