removechannel(d,idx)
removes the specified channels from the DataAcquisition interface. If the DataAcquisition
has channels with indices higher than the channels being removed, they are renumbered to
fill the empty gaps left by the removal, but the channel names do not change.
DataAcquisition interface, specified as a DataAcquisition
object, created using the daq
function.
Example: d = daq()
Channel index, specified as a numeric scalar or vector. Removing a channel shifts
down the indices of remaining higher channels, but does not change the channel names. Do
not confuse the channel index in the DataAcquisition with the channel ID of the data
acquisition device.