Community Profile

photo

Saurav Goyal


IIT Roorkee

Active since 2016

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


I can not figure out what's wrong with my code
t = -2:0.01:4; x = zeros(size(t)); x(find(t=-1 & t=1)) = 0.5*t+0.5; x(find(t=1 & t=3)) = -0.5*t+1.5; y = dirac(...

8 years ago | 2 answers | 0

2

answers