Monday, November 14, 2011

Modifications to Run Matlab exe files for Windows 7

1- Open the system properties
2- go to "Advanced"
3- click on "Environment Variables"
4- go to "User variables for ...."
5- Click on "New"
6- for variable name:
PATH
7- for Variable value:
set PATH=C:\Program Files\MATLAB\MATLAB Compiler Runtime\v713\runtime\win32;

which is the location of the matlab runtime compiler, which you need to change according to your files location

No comments:

Post a Comment