viscircles, how to always take only one cycle

조회 수: 2 (최근 30일)
Eliska Paulikova
Eliska Paulikova 2022년 11월 18일
댓글: Eliska Paulikova 2022년 11월 18일
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

채택된 답변

Image Analyst
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개)

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by