NeuCube installation
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.
Troubleshooting:
Q1: I am getting an error saying that "mclmcrrt8_2.dll" is missing. What should I do?
Adding path variable
1. Copy this ->
C:\Program Files\MATLAB\MATLAB Compiler Runtime\<compiler version>\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.