no winsound compatible device detected
이전 댓글 표시
Dell optiplex 755; windows 7 64 bit; Matlab R2014a 32-bit; Data Acquisition toolbox 3.5
I get the following error: Winsound: No Winsound compatible device detected.
I have searched for a list/specs of/for winsound compatible devices with out luck. The sound system works fine on this computer.
Any help will be appreciated. Thanks
댓글 수: 1
Benjamin Avants
2014년 3월 15일
Why do you need Winsound specifically? Have you tried calling
info = daqhwinf();
info.InsatlledAdaptors
to see what adaptors you have installed?
답변 (1개)
sawa0258
2015년 3월 3일
Hi,
Is there any follow up on this problem? I'm encountering the same issue. I have a DELL XPS with Win 8.1 64 Bit, Matlab 32 Bit 2014b,and winsound adaptor is installed:
d=daqhwinfo
d =
ToolboxName: 'Data Acquisition Toolbox'
ToolboxVersion: '3.6 (R2014b)'
MATLABVersion: '8.4 (R2014b)'
InstalledAdaptors: {'winsound'}
Any ideas why I get the error message " Winsound: No Winsound compatible device detected."?
카테고리
도움말 센터 및 File Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!