zigzag path for an area

조회 수: 4 (최근 30일)
udhaya ram  mohan
udhaya ram mohan 2016년 10월 26일
답변: KSSV 2016년 10월 26일
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
KSSV 2016년 10월 26일
t=0:.001:1;
f=10;
sq=1000*0.5*(square(2*pi*f*t)+1);
plot(t,sq)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by