Large Data Export Problem from C++

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

James Tursa
James Tursa 2011년 9월 2일
Are you running a 64-bit version of MATLAB?
Tassilo
Tassilo 2011년 9월 5일
Yes, everything is 64-bit. Matlab libraries and the my program.

댓글을 달려면 로그인하십시오.

답변 (1개)

Tassilo
Tassilo 2011년 9월 5일

0 개 추천

It seems like it was a pointer issue.

카테고리

도움말 센터File Exchange에서 Troubleshooting in MATLAB Compiler SDK에 대해 자세히 알아보기

제품

질문:

2011년 9월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by