channelList
Syntax
Description
returns a table of
information about channels and groups in the specified MDF-file.chans
= channelList(mdfobj)
channelList(
searches the MDF-file to generate a list of channels matching the specified channel name.
The search by default is case-insensitive and identifies partial matches. A table is
returned containing information about the matched channels and the containing channel
groups. If no matches are found, an empty table is returned.mdfObj
,chanName
)
channelList(mdfObj,chanName,'ExactMatch',true)
searches the
channels for an exact match, including case sensitivity. This is useful if a channel name is
a substring of other channel names.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b