Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using sdc3_MAT Requested array exceeds the maximum possible variable size. #4

Open
saqazi opened this issue Nov 23, 2023 · 0 comments

Comments

@saqazi
Copy link

saqazi commented Nov 23, 2023

Hi,

I'm trying to use the sdc3_MAT in sdc3 folder for estimation of sampling density. I am using the textmex.m code to make sure everything runs before I run it on my data. I followed the instructions for using it with MATLAB,

I installed mingw compiler, then run the command mex -v sdc3_MAT.c which was complete successfully. Then I run the code testmex.m and it gives me a memory error at line DCF = sdc3_MAT(crds,numIter,effMtx,verbose,osf) and the error is

Error using sdc3_MAT Requested array exceeds the maximum possible variable size.

In MATLAB, the array size limit is set to use 100% RAM which is 256 GB and the MATLAB version is 2023a. Can you guide if I am missing some trick here to use sdc3_MAT?

Regards,
Sohaib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant