isenabled.m
来自「一个MATLAB的应用程序」· M 代码 · 共 10 行
M
10 行
function bool = isenabled(r, varargin)
%ISENABLED Checks if RTDX(tm) or specified RTDX channel is enabled.
% ISENABLED(R, CHANNEL) returns a Boolean value signifying whether an RTDX
% channel specified by the string CHANNEL, and as defined in the RTDX object
% R, is enabled.
%
% ISENABLED(R) returns a Boolean value signifying whether RTDX is enabled.
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?