can anybody post matlab code for rectangular spiral shape?

조회 수: 3 (최근 30일)
nageswara rao
nageswara rao 2014년 3월 19일
댓글: nageswara rao 2014년 3월 24일
can anybody post matlab code rectangular spiral shape?

채택된 답변

David Sanchez
David Sanchez 2014년 3월 19일
x = [1 8 8 4 4 6 6 5];
y = [8 8 1 1 4 4 2 2];
plot(x,y)
axis([0 10 0 10])
  댓글 수: 1
nageswara rao
nageswara rao 2014년 3월 24일
can't we draw it for default values? like we enter some number or turns and starting point and giving some space between each of the turns which is equal...

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Margreet
Margreet 2014년 3월 19일
편집: Margreet 2014년 3월 19일
There are many different types of spirals, is this what do you mean?

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by