Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
Hello all,
Do any of you know the differences between Matlab-2011b 32-bit and 64-bit versions?
Thanks in advance.
Cheers, Rashmi

Risposte (2)

Walter Roberson
Walter Roberson il 29 Giu 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 Commento
Jan
Jan il 29 Giu 2017
+1, of course, I forgot the most obvious difference: The 64 bit version uses 64 bits.

Accedi per commentare.


Jan
Jan il 29 Giu 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.

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by