viscircles, how to always take only one cycle
1 次查看(过去 30 天)
显示 更早的评论
Hello, in viscircles I would like to always take only one cycle, sometimes it gives me 2 .. but How I define to random define only one circle.
So as you can see in image, I would like to only one of them to be displayed.
Thank you
0 个评论
采纳的回答
Image Analyst
2022-11-18
Then only pass in one circle
viscircles(centers(1, :), radii(1));
where 1 is the number of the circle you want to display.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!