Community Profile

photo

Yakov


Last seen: 10 Tage vor Aktiv seit 2022

Statistiken

Content Feed

Anzeigen nach

Frage


Using conv() function
I have wrote the function as follows u = @(t) 1.0*(t>=0); t = -0.25:0.1:4; x = @(t) 1.5.*sin(pi*t).*(u(t)-u(t-1)); h = @(t)...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Plotting x(2t+2) if x(t) is defined as an anonymous function
I have to plot the function g = @(t) exp(-t/2)*cos(2*t*pi/3)*u(t); for g(2t+2). I tried a couple things but I either get a bla...

mehr als ein Jahr vor | 1 Antwort | 1

1

Antwort