mexfeval.m
来自「matlab下面仿真802.3协议以太网mac层10、100M的网络接口模型。包」· M 代码 · 共 18 行
M
18 行
%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 + =
减小字号Ctrl + -
显示快捷键?