Using daq functions on Matlab 64bit R2012a
4 次查看(过去 30 天)
显示 更早的评论
Is it correct that I can't use analogoutput, analoginput etc with the 64-bit version? is there anything I can do to make MATLAB compatable with these commands, other than reinstall the 32-bit version of MATLAB? I really don't want to go all the way through 2000 of coding completely changing the architecture
0 个评论
采纳的回答
Friedrich
2012-3-9
Hi,
thats the legacy interface and that doesnt work on 64bit. You have to use the session based interface instead:
http://www.mathworks.com/help/releases/R2012a/toolbox/daq/ref/daq.session.addanaloginputchannel.html
Either change your code or install the 32bit MATLAB. There is no other way.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!