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 Center および File ExchangeData Acquisition Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by