zigzag path for an area
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to create zigzag line in a rectangular area......zigzag line should be like square wave form can anyone knows please help me.......please
0 comentarios
Respuestas (1)
KSSV
el 26 de Oct. de 2016
t=0:.001:1;
f=10;
sq=1000*0.5*(square(2*pi*f*t)+1);
plot(t,sq)
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!