close.m
来自「一个MATLAB的应用程序」· M 代码 · 共 14 行
M
14 行
function dummy = close(varargin)
%CLOSE Close RDTX(tm) channels to the target DSP.
% CLOSE(R, CHANNEL1, CHANNEL2,...) closes open RTDX channels specified by
% string names CHANNEL1, CHANNEL2, etc., and as defined in the RTDX object R.
% Interface handle to the specified channel is released and the channel
% entry is removed for the RtdxChannel cell array.
%
% CLOSE(R, CHANNEL) closes a single specified CHANNEL, or if CHANNEL is
% 'all' or 'ALL', then all open channels are closed.
%
% See also OPEN
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?