📄 mexfeval.m
字号:
%MEXFEVAL Function evaluation.
% If F is a string containing the name of a function (usually
% defined by an M-File), then MEXFEVAL(F,x1,...,xn) evaluates
% that function at the given arguments. For example,
% F = 'foo', MEXFEVAL(F,9.64) is the same as foo(9.64).
% MEXFEVAL is usually used inside functions which have the names
% of other functions as arguments.
%
% See also MEXEVAL.
% MEX-File function.
% Copyright (c) 1984-98 by The MathWorks, Inc.
% All Rights Reserved.
% $Revision: 1.3 $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -