matlab table
autoLabels = table(boundaryPoints',...
labelType.Line,...
{algObj.SelectedLabelDefinitions.Name});
第三个参数需要添加: {}
autoLabels = table(boundaryPoints',...
labelType.Line,...
{algObj.SelectedLabelDefinitions.Name});
第三个参数需要添加: {}