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