Where is getDevice?

조회 수: 3 (최근 30일)
Mengli Feng
Mengli Feng 2019년 3월 23일
댓글: Steven Lord 2019년 4월 1일
Dear all,
I am trying to Acquire Continuous Audio Data in matlab.
However, I cannot find the function getDevices.
Does anyone know why?
I'm using 2019a

답변 (1개)

Patel Mounika
Patel Mounika 2019년 4월 1일
GetDevices function is available in MATLAB R2019a which displays all available data acquisition devices.
Syntax:
daq.getDevices
device = daq.getDevices
Refer to below documentation.
  댓글 수: 1
Steven Lord
Steven Lord 2019년 4월 1일
The daq.getDevices function (the "daq." part is important!) is part of Data Acquisition Toolbox. Check the output of ver to see if you have this product installed. If you do, run:
device = daq.getDevices

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Acquisition Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by