Community Profile

photo

Daniel Schilling


Last seen: alrededor de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How do I fix this
dw = 0.01; w = -31.4:dw:31.4; dt = 0.1; t = -100:dt:100; G_omega = @(w) 2.*((abs(w)>=5)-(abs(w)>=10)); H_omega = @(w) (5....

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

1

respuesta

Pregunta


How to plot something like this??
x = 0.6*(u(t+2)-(cos(pi*t)+1)*(u(t+1)-u(t-1))-u(t-2)) t = -5:51:5 plot(x,t) When running this i get that u is an undef...

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

1

respuesta

Pregunta


Function Call not working properly
t = linspace(-10,15,26); plot(t, x_general(t)) where x_general is defined as: function [x_out] = x_general(x_in) ...

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

2

respuestas

Pregunta


"Undefined function or variable 'y'"
Here is my code. x = 1:100 (Creating a vector from 1-100) if rem(x,2) == 0 (looking for even numbers) y = ...

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

2

respuestas