animate.m

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

M
19
字号
function dummy = animate(cc)
%ANIMATE Run application until breakpoint is reached.
%   ANIMATE(CC) is similar to the RUN method. It causes the target 
%   DSP processor to execute until a breakpoint is reached.  The 
%   target is then halted and information in Code Composer Studio(tm) 
%   is updated. However, unlike RUN, the ANIMATE method will resume 
%   execution after the information is updated.  The execution will
%   continue to cycle through break/run phases until the target
%   is manually halted.
%
%   Unlike the RUN or RESTART methods, there is no timeout option 
%   for ANIMATE. This method always returns immediately. If the 
%   DSP execution must be stopped, the user should manually invoke
%   the HALT method.
%
%   See also RUN, HALT, RESTART.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

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