Hello how can I repeat this signal ten times periodically .How to use repmat in this case

조회 수: 1 (최근 30일)
q=inline(['mod(t,1)*1.*(mod(t,1)<1/3) +', '((mod(t,1)*-1+1).*((mod(t,1)>=1/3) & (mod(t,1)<2/3)) +','((mod(t,2)*2-2).*((mod(t,1)>=2/3) & (mod(t,1)<1))))'],'t');
t=0:.001:1;
q
plot(t,q(t))

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by