Feeds
답변 있음
how to sum unit function and step function
t = ( -10 : 0.01 : 10 ); xt = (( t >= -2 ) & ( t <= 2)) + (t == 1); ht = (( t >= -1 ) & ( t <= 2)) + 2*(t == 0) + (t == 3);...
how to sum unit function and step function
t = ( -10 : 0.01 : 10 ); xt = (( t >= -2 ) & ( t <= 2)) + (t == 1); ht = (( t >= -1 ) & ( t <= 2)) + 2*(t == 0) + (t == 3);...
3년 초과 전 | 0
