addchannel missing or incorrect argument

2 次查看(过去 30 天)
In not sure when this ni daq code was written because when I search some of the functions used like addchannel() almost no examples show up. Is this from an older version of matlab or from a no longer supported package.
here is the code:
addchannel(handles.AI, 0:total_chans-1, 1:total_chans); % (obj,hwch,index)

回答(1 个)

Sindhu Karri
Sindhu Karri 2021-7-16
Hii,
addchannel function is from older versions of MATLAB and is no longer supported .Instead you can use addinput function to add the channel and returns a channel object.
Refer to below information for more info
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Simultaneous and Synchronized Operations 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by