Numbering lines passing through centre of circle and located at 0,90,180,270 degrees
    4 次查看(过去 30 天)
  
       显示 更早的评论
    
I have a circle of radius (say 5mm) and centre (say(0,0)). I have drawn 4 lines each at 90 degrees all passing trough centre of circle. I want to print numbers (1,2,3,4) at intersection points of line and clircle on the graph along with the lines. Please help
0 个评论
采纳的回答
  Thorsten
      
      
 2015-10-9
         axis([-2 2 -2 2]), axis equal
 for i = 1:4, text(cos(pi/2*(i-1)), sin(pi/2*(i-1)), int2str(i)), end
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

