photo

MD.AL-AMIN


Last seen: 5 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 months 前 | 0

已回答
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 months 前 | 0