Shouldn`t need to be changed anymore
This commit is contained in:
parent
020c16b3ef
commit
5f87516ce4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ for i = 1:10:(length(M)) % [m]
|
|||
ySide = mean(row);
|
||||
%------------------------------------------------------------------------------------------------------------
|
||||
%Calculate 3D position
|
||||
[X,Y,Z] = find3DOrthogonal(xTop, yTop, ySide);
|
||||
[X,Y,Z] = find3DOrthogonal(xTop, yTop, xSide, ySide);
|
||||
Data(end+1,:) = [lengthX, widthY, heightZ, X, Y, Z];
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue