photo

Daniel Schilling


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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....

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

Question


"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 = ...

6 years ago | 2 answers | 0

2

answers