how to sraw a circle
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
hello
i have a question
i must to know how to draw faster a circle in matlab
댓글 수: 0
답변 (1개)
Wayne King
2011년 11월 22일
You have not really given us much to go on. What do you mean "faster"? compared to what? You have not shown us any code.
r = 1;
theta = 0:0.01:(2*pi);
y = r*exp(1j*theta);
plot(real(y),imag(y))
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!