?? open.m
字號(hào):
function dummy = open(varargin)
%OPEN Open RDTX(tm) channels to the target DSP.
% OPEN(R, CHANNEL1, MODE1, CHANNEL2, MODE2,...) opens new RTDX channels
% with specified string names CHANNEL1, CHANNEL2, etc. and corresponding
% specified read/write modes MODE1, MODE2, etc., and stores these attributes
% in the RTDX object R.
% MODE: 'r' or 'R' to configure channel for read, or
% 'w' or 'W' to configure for write
%
% OPEN(R, CHANNEL, MODE) opens a single, new RTDX channel.
%
% Note: Code Composer Studio(tm) API will error out if corresponding channel
% name is not defined and enabled in the target DSP code.
%
% See also CLOSE
% Copyright 2002 The MathWorks, Inc.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -