Valid initData to Build Channel Parfor Error
Afficher commentaires plus anciens
I'm running into the following error inside of a parfor loop:
"Must have valid initData to build channel."
It appears to be linked to when I have a matrix that is retrieved to set loop-specific variables (Ex: a1 = LargeMatrix(:,c)). The size of the matrix is 30x205727. Is this too large of a variable to be transferred for a parfor loop or is there a better way I should be referencing it to avoid this issue?
Thanks!
Réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!