MATLAB: Could not find MWArray.dll in MATLAB root version 2008a

MATLABmwarray.dll

Hi all, I am trying to add reference to MWArray.dll in Visual studio 2008 but I could not find this in MATLAB root i.e. C:\Program Files\MATLAB\R2008a\bin\win64
Can anyone help me out how to add call MATLAB function in c# if I dont have this dll??

Best Answer

In my version (R2011b), I see it in $matlabroot\toolbox\dotnetbuilder\bin\win64\v2.0. Try doing a search under the MATLAB installation root if you don't find it there (the "v2.0" part may be different in your version).