Borrar filtros
Borrar filtros

Difference between 32-bit and 64-bit Matlab 2011b versions?

3 visualizaciones (últimos 30 días)
Rashmi Bharadwaja
Rashmi Bharadwaja el 29 de Jun. de 2017
Comentada: Jan el 29 de Jun. de 2017
Hello all,
Do any of you know the differences between Matlab-2011b 32-bit and 64-bit versions?
Thanks in advance.
Cheers, Rashmi

Respuestas (2)

Walter Roberson
Walter Roberson el 29 de Jun. de 2017
The 64 bit version can handle larger memory, and organizes its internal memory slightly differently.
One maximum array size limitation was removed so that all available memory could be used; the 32 bit version had a limitation that could be exceeded in the case of using a very long logical vector when 4 or more gigabytes of physical memory was available and the /3G operating system boot-time switch was being used.
  1 comentario
Jan
Jan el 29 de Jun. de 2017
+1, of course, I forgot the most obvious difference: The 64 bit version uses 64 bits.

Iniciar sesión para comentar.


Jan
Jan el 29 de Jun. de 2017
The most obvious answer is, that the 32 bit version is compiled for 32 bit systems, and the 64 bit version for 64 bit systems.
The Mex files are called differently and do not run in the other version.
The 32 bit version can be installed on a 64 bit system also (at least under Windows), but e.g. the compliler has problems with the parenthesis in the folder name "Program Files (x86)", so I installed it in an extra folder "C:\Program_", where I install software, which fails for spaces in the path also.
Because this answer looks trivial, I assume you might have a specific problem. Then please explain this.

Categorías

Más información sobre Introduction to Installation and Licensing 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