photo

VIVEK


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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);...

casi 2 años hace | 0