Error testing treeqsm(p,inputs)
Micbut opened this issue · 0 comments
Micbut commented
Hi,
I am a new user of TreeQSM and I have little experience with MatLab.
I imported a .las point cloud of a tomato plant and followed the procedure on the manual to import it, and then I called it 'P'.
When running Treeqsm I get the following error - ideas how to solve it?
QSM = treeqsm(P,inputs)
tree, Tree = 1, Model = 1
PatchDiam1 = 0.08 0.12
BallRad1 = 0.095 0.135
PatchDiam2Min = 0.02 0.03
PatchDiam2Max = 0.07 0.1
BallRad2 = 0.08 0.11
Tria = 0, OnlyTree = 1
Progress:
PatchDiam1 = 0.08
Error using cell
Requested 1507x1247x2340 (32.8GB) array exceeds maximum array size preference (31.7GB). This might
cause MATLAB to become unresponsive.
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 296)
cover1 = cover_sets(P,Inputs);