refresh.m
来自「一个MATLAB的应用程序」· M 代码 · 共 12 行
M
12 行
function dummy = refresh(r)
%REFRESH Reopens all RTDX channels that are severed during a program load
% REFRESH(R) - After loading a new program file in Code Compser
% Studio(tm), all RTDX handles become 'stale'. Even if the new
% program file contains equivalently named and configured channels,
% it is necessary to reopen the channels. This method restablishes
% previously opened RTDX channels defined in R.
%
% See also CLOSE, OPEN.
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?