Community Profile

photo

MD.AL-AMIN


Last seen: circa 2 mesi fa Attivo dal 2024

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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

circa 2 mesi fa | 0

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

circa 2 mesi fa | 0