photo

Jente Marien


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


plot step function matlab
x(t) = (sqrt(t^4 + 1)*(u*(t+1)-u*(t-2))) ∗ δ9(t) How do you plot this step function in matlab?

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plotting function over interval
a=62; b=95; v = linspace(-pi, pi, 1000); y = @(x) (3*x.^2.*sin(a*x))/(x.^2+b); plot(y,v) how is it possible to plot thi...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Plotting function over multiple periods
syms x fplot(2* triangularPulse((5*x)/7) - 5*rectangularPulse((3*x)/2), [-4,4]) this is my function at the moment but I ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Defining Dirac Function matlab
x(t) = t(u(t + 2) − 3 u(t − 3) + 2 u(t − 5)) How can I plot this function, with u as the diriac and t as a variable?

más de 7 años hace | 1 respuesta | 0

1

respuesta