Error using cell
Requested array exceeds the maximum possible variable size.
Error in cubical_partition (line 88)
Partition = cell(N(1),N(2),N(3));
Error in cover_sets (line 91)
[partition,CC] = cubical_partition(P,BallRad);
Error in treeqsm (line 275)
cover1 = cover_sets(P,Inputs);
Error in Untitled2 (line 26)
QSM = treeqsm(P, inputs);
What is this error about?