can you help me identify the issue in my code
1 次查看(过去 30 天)
显示 更早的评论
but its either not complete or gives an error. The errors I am getting are weird: Warning: Integer operands are required for colon operator when used as index (for the line with i = 1:numel(blobProps))
or
Error using sum
Invalid data type. First argument must be numeric or logical.
Error in mean (line 127) (but there is no mean in line 127)
y = sum(x, dim, flag) ./ mysize(x,dim);
Error in yourcode
avgFeret(zone) = mean(allFeret); please help
2 个评论
采纳的回答
Image Analyst
2023-3-7
Try using the debugger to examine the variables.
If you have any more questions, then attach your image and full code with the paperclip icon after you read this:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!