photo

MD.AL-AMIN


Last seen: 5 Monate vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Laplace Transform of Given Differential Equation
y''(t) + 4y'(t) + 8y(t) = x' (t)+x(t) with x(t) = e ^ (- 4t) * u(t) y(0) = 0 and y'(0) = 0 matlab code

5 Monate vor | 0

Beantwortet
How do I write the following functions on Matlab x(t) = 2tcos(pi*t) , y(t) = 2sin(pi*t)
% Define the signal function X = @(t) 5 * sin(2*pi*t) .* cos(pi*t - 8); % Define the range of t t = linspace(0, 20, 1000); ...

5 Monate vor | 0