Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
MSP
MSP le 16 Sep 2016
Modifié(e) : dpb le 16 Sep 2016
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))

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by