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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!