-
Notifications
You must be signed in to change notification settings - Fork 3
loadChannel
Alexius Wadell edited this page Jan 14, 2017
·
3 revisions
ds.loadChannel(channelName)
ds.loadChannel(channelName) Loads channel data for the channels given by channelName from the datasource's *.MAT file into memory. channelName can be a string if only one channel needs to be loaded or a cell array of channel names to load multiple channels.
Note: ds is a single datasource not the array of datasources typically returned by dm.getDatasource
The datasource returned by ds = dm.getDatasource preload the channel data from their *.MAT file into memory rather that data is only loaded when when requested by loadChannel.
- Access Methods
- Helper Methods
- Graphing Methods