GrindingTrajectoryPlanning icon indicating copy to clipboard operation
GrindingTrajectoryPlanning copied to clipboard

有几个变量找不到定义

Open hxqhaoxinqing opened this issue 2 years ago • 0 comments

你好,我在运行这个项目时,发现有几个变量找不到定义

 [pointsCloud, pointsCloudFaceIdx] = generatePointsCloud(clusters{cluIdx}, v, f, n, gap);
[orderedPointsCloud, orderedPointsCloudIdx] = myTraverser(pointsCloud, pointsCloudFaceIdx, method);
未定义函数或变量 'cluIdx'。
 
>> normalVecsM = modifyNormalVec(normalVecs);
未定义函数或变量 'normalVecs'。

hxqhaoxinqing avatar Jan 05 '23 03:01 hxqhaoxinqing