Azzera filtri
Azzera filtri

can anybody post matlab code for rectangular spiral shape?

3 visualizzazioni (ultimi 30 giorni)
can anybody post matlab code rectangular spiral shape?

Risposta accettata

David Sanchez
David Sanchez il 19 Mar 2014
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 Commento
nageswara rao
nageswara rao il 24 Mar 2014
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...

Accedi per commentare.

Più risposte (1)

Margreet
Margreet il 19 Mar 2014
Modificato: Margreet il 19 Mar 2014
There are many different types of spirals, is this what do you mean?

Categorie

Scopri di più su Elementary Math in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by