reload.m

来自「一个MATLAB的应用程序」· M 代码 · 共 15 行

M
15
字号
function pfile = reload(cc,timeout)
%RELOAD Load the most recently used program file into the target.  
%   PFILE = RELOAD(CC,TIMEOUT) - The mostly recently loaded program file
%   is reloaded into the target DSP.  RELOAD is useful after a reset or 
%   any event that changes the DSP program memory to reinitialize the 
%   program for execution.   The name of the program file that was 
%   loaded is returned in PFILE.  
%   
%   PFILE = RELOAD(CC) same as above, except the timeout is
%   replaced by the default timeout parameter from the CC object.
%
%   See also LOAD, CD.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

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