Large Data Export Problem from C++
Ältere Kommentare anzeigen
Hi,
I want to export data to a .mat file from my C++ application (64bit, Visual Studio 2010 Ultimate, Win7, Matlab2010). This works well for smaller files (500-700 Mbyte). However, when I come to the region of 1-2 Gigabytes my app crashes as there seems to be a problem with memory allocation (within mxCreateNumericArray). My machine shouldn't be the problem as I have 48 Gbyte of RAM. Any idea how to handle this issue? Would appreciate help on that. Thanks in advance.
2 Kommentare
James Tursa
am 2 Sep. 2011
Are you running a 64-bit version of MATLAB?
Tassilo
am 5 Sep. 2011
Antworten (1)
Tassilo
am 5 Sep. 2011
0 Stimmen
Kategorien
Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!