Plz help me understand what the output is doing! Hardware: Vayyar imagevk-74 radar sensors
조회 수: 4 (최근 30일)
이전 댓글 표시
댓글 수: 2
KSSV
2022년 6월 1일
@Ashis Pandey Please format your code. And then ask the question. Your question is not clear.
답변 (1개)
Walter Roberson
2022년 6월 2일
Everything that starts with vtrigU is a function that is being supplied by the ActiveX interface DLL supplied by the manufacturer. vtrigU.SignalCalibration.DEFAULT_CALIBRATION does not mean anything special to MATLAB: it just means that the vtrigU ActiveX object should be told to perform the SignalCalibration action, and that the resulting object should be told to perform the DEFAULT_CALIBRATION action.
These have no inherent meaning to MATLAB; they do whatever the ActiveX control has configured. As far as MATLAB is concerned, it could have been vtrigU.Gort.Klaatu.Barada.Nikto
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!