Borrar filtros
Borrar filtros

Choosing 64bit MATLAB via command line

5 visualizaciones (últimos 30 días)
D G
D G el 10 de Jul. de 2012
Hi!
I have 2012a 64 and 32 bit installed on my machine. I need to create 32 and 64 bit executables for an application. To do this I have an automated script that runs, but I can't seem to get 64bit MATLAB to run from the command line.
How can I either: a) Set 64bit as the default? b) manually choose 64bit to run?
Thanks!

Respuestas (1)

Conrad
Conrad el 10 de Jul. de 2012
Hi Daniel
a) Go to your system's Environment Variables and edit the "Path" system variable. you will see that the path to the 32bit version will be before the path to the 64 bit version. Just switch this. On my PC the path to the 64bit version is: "C:\Program Files\MATLAB\R2010b\bin".
b) At the command prompt "cd C:\Program Files\MATLAB\R2010b\bin" and then execute Matlab.exe. Just change the path above to your one.
Conrad
  4 comentarios
Conrad
Conrad el 11 de Jul. de 2012
Just to double check, you can see that the entries are switched if you type "path" at the command prompt?
D G
D G el 16 de Jul. de 2012
Yep. Double checked it.

Iniciar sesión para comentar.

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by