can anybody post matlab code for rectangular spiral shape?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
nageswara rao
el 19 de Mzo. de 2014
Comentada: nageswara rao
el 24 de Mzo. de 2014
can anybody post matlab code rectangular spiral shape?
0 comentarios
Respuesta aceptada
David Sanchez
el 19 de Mzo. de 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])
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!