disable.m
来自「一个MATLAB的应用程序」· M 代码 · 共 12 行
M
12 行
function dummy = disable(r, channelName)
%DISABLE Disable RDTX(tm) interface, or specified channel, or all channels.
% DISABLE(R, CHANNEL) disables the RTDX channel specified by the string name
% CHANNEL, and as defined in the RTDX object R. If CHANNEL is 'all' or 'ALL',
% all open channels are disabled.
%
% DISABLE(R) disables the RTDX interface defined in R.
%
% See also ENABLE
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?