Array limit for matlab coder
Mostra commenti meno recenti
Hi,
I'm using matlab coder to speed up time. However, I have an array which in normal matlab becomes ArrayLarge: 31x1x441, 109368 double.
But when I use coder and compile a mex file, my Matlab craches. With the Mex file I have generated I can genrate the same array but only up to aboute ArrayLarge: 31x1x246, 61008 double, before it crashes.
But how can I compile an mex file which can create the ArrayLarge: 31x1x441, 109368 double, which is generated with the regular matlab code. Is it some settings in the MatLab coder which I can change? (It is not memory problem for the comuter as the coputer enables to create the ArrayLarge on original MatLab 2022a).
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Algorithm Design Basics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!