I have faced some problems in installing SDK 7.1 in windows 10 and here is what worked for me. First Check what version of SDK ur MATLAB supports. Im using MATLAB 2013 and it supports only SDK 7.1 and i think most MATLAB versions support it.
(I have already installed VS 2015 and .net 4.5 and so there are some issues as SDK 7.1 requires .net 4 for installation)
Here the first thing to start with.. Download SDK 7.1 from this link
While installing it display Windows SDK components require .NET framework 4 and due to pre release version it cannot be installed and you have to rerun setup. Simply Click ok and continue.
You can download the missing C++ compliers manually at the following link: http://www.microsoft.com/en-us/download/details.aspx?id=4422
Just download and install. Now you can interface it with MATLAB.
U can find how to interface and run C code in the following link
Comments
Post a Comment