NeuCube installation and troubleshooting

When you are installing the NeuCube, please ensure you have installed the Matlab Runtime first.

Installing Matlab Runtime

Before installing NeuCube, download Matlab Compiler Runtime (MCR) for Matlab 2013b from http://au.mathworks.com/products/compiler/mcr/ and install it.

I am missing mclmcrrt8_2.dll

You should try adding the path variable

  1. Copy this -> C:\Program Files\MATLAB\MATLAB Compiler Runtime\ \runtime\win64 – This is where the runtime dll files are installed. The compiler version is, v82 it could be different for you.
  2. Click on “Start”
  3. Right click on Computer and then click on Properties.
  4. From the right side of the window, click on Advanced system settings.
  5. Under “Advanced” tab, click on Environment Variables….
  6. Under User variables, click on PATH and click Edit… button.
  7. In "Variable value”, go to the end of the line and paste - ;C:\Program Files\MATLAB\MATLAB Compiler Runtime\v82\runtime\win64 – with the semicolon at first. If you are using Windows 10, you should see a list of paths, chose the last one and type in the path without the semicolon.
  8. Click on ok, ok and ok.

Try opening the NeuCube.exe, it should work now.