zigzag path for an area
이전 댓글 표시
how to create zigzag line in a rectangular area......zigzag line should be like square wave form can anyone knows please help me.......please
답변 (1개)
KSSV
2016년 10월 26일
t=0:.001:1;
f=10;
sq=1000*0.5*(square(2*pi*f*t)+1);
plot(t,sq)
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!