mexload.m

来自「matlab下面仿真802.3协议以太网mac层10、100M的网络接口模型。包」· M 代码 · 共 14 行

M
14
字号
%MEXLOAD Retrieve variables from disk
%   MEXLOAD	fname retrieves the variables from the MAT-File 'fname.mat'.
%   MEXLOAD, by itself, loads from the file names 'matlab.mat'.
%
%   MEXLOAD fname X Y Z ... loads just the specified variables.
%
%   See also MEXSAVE.

%   MEX-File function.

% Copyright (c) 1984-98 by The MathWorks, Inc.
% All Rights Reserved.
% $Revision: 1.3 $

⌨️ 快捷键说明

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