Hello,
I'm trying to use Matlab to control the DDC4100. I've located the D4100_usb.dll file and all the header files "*.h" under my C:\WINDOWS\system32 folder. Matlab seems to load these files successfully using the loadlibrary function. Then I used actxcontrol to define the DMD via Active X and that works too. But when I listed the methods under this class, the ones that are in the API manual didn't show up. There are no basic methods such as GetDevice etc. What is the problem?
What should I do after loading the D4100_usb.dll file? How do I call functions such as loading images to DMD?
Please help. Thanks!
Siqi