Where is getDevice?

5 visualizaciones (últimos 30 días)
Mengli Feng
Mengli Feng el 23 de Mzo. de 2019
Comentada: Steven Lord el 1 de Abr. de 2019
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

Respuestas (1)

Patel Mounika
Patel Mounika el 1 de Abr. de 2019
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 comentario
Steven Lord
Steven Lord el 1 de Abr. de 2019
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

Iniciar sesión para comentar.

Categorías

Más información sobre Simultaneous and Synchronized Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by