Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
if i want to plot a graph as i have shown in the figure, but at one particular angle without any radius...how should i do it ? l
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
답변 (1개)
  Thorsten
      
      
 2016년 11월 11일
        axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


