viscircles, how to always take only one cycle
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Eliska Paulikova
 am 18 Nov. 2022
  
    
    
    
    
    Kommentiert: Eliska Paulikova
 am 18 Nov. 2022
             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.
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 Kommentare
Akzeptierte Antwort
  Image Analyst
      
      
 am 18 Nov. 2022
        Then only pass in one circle
viscircles(centers(1, :), radii(1));
where 1 is the number of the circle you want to display.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

