Skip to content

loadChannel

Alexius Wadell edited this page Jan 14, 2017 · 3 revisions

Syntax

ds.loadChannel(channelName)

Description

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

Using loadChannel

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.

Clone this wiki locally