Valid initData to Build Channel Parfor Error

1 view (last 30 days)
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!

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!