addchannel missing or incorrect argument
조회 수: 1 (최근 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)
댓글 수: 0
답변 (1개)
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
Transition Your Code to Session-Based Interface - MATLAB & Simulink (mathworks.com) - modify older coder to match with latest relase.
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Acquisition Using Image Acquisition Explorer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!