MATLAB: MCC support for MatLab 2014a

daqharware support packageMATLABmcc

In following site:
is stated:
MATLAB R2015b and prior
Measurement Computing data acquisition hardware is supported only by the Legacy interface (analoginput, analogoutput, digitalio) in 32-bit MATLAB installations.
So, MCC harware should be supported by matlab of earlier versions, but on site:
stated that MCC hardware is supported only starting from matlab 2017a.
I'm using Matlab 2014a and I need to obtain at least 4 channels from MCC produced unit PMD-1208FS.
Please, where I can download corresponding hardware support package?
MCC support package, downloaded from
is not compatible with my matlab version and can't be installed.
Thanks for help

Best Answer

Thank you Walter for your reply and advises.
Second reference contains attached mwmcc.ini file. My device PMD-1208FS is listed inside, it is connected and passed all working tests. I did all recommended operation, replacing previous mwmcc.ini version.
Nevertheless, after all of such replacing, including
rehash toolboxcache
command I have message after following command:
ai = analoginput('mcc',0);
Error using analoginput (line 142)
Failure to find requested data acquisition device: mcc.
As well, after
daq.getVendors
command I didn't see mcc in the list. It contains only directsound (true) and ni (false) positions. Before replacing mwmcc.ini list was the same.
What is the point?
And additional question, supposing mcc device will be found and works correctly, will I have possibility to measure 4 independent channels, like I did this with two sound cards and previouos matlab version? Otherwise this activity has no sense.