can anybody post matlab code for rectangular spiral shape?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
nageswara rao
am 19 Mär. 2014
Kommentiert: nageswara rao
am 24 Mär. 2014
can anybody post matlab code rectangular spiral shape?
0 Kommentare
Akzeptierte Antwort
David Sanchez
am 19 Mär. 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])
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!