Valid initData to Build Channel Parfor Error

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

Asked:

on 30 Oct 2020

Community Treasure Hunt

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

Start Hunting!