how to sraw a circle

hello
i have a question
i must to know how to draw faster a circle in matlab

답변 (1개)

Wayne King
Wayne King 2011년 11월 22일

0 개 추천

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))

이 질문은 마감되었습니다.

태그

질문:

2011년 11월 22일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by