InverseTampere / TreeQSM

Quantitative Structure Models of Single Trees from Laser Scanner Data
Other
147 stars 46 forks source link

Error using cell: Requested array exceeds the maximum possible variable size. #16

Open AnthoineResea opened 1 year ago

AnthoineResea commented 1 year ago

What is this error about?

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);