please I need the final answer and steps by
using MATLAB and please clear answer. 
MATLAB code is given below in bold letters.
clc;
close all;
clear all;
% Question a
% define time vector
t = 0:0.01:10; % 10 seconds of time vector
% define x
x = (t>=0)-(t>=1);
% define h
h = ((t>=0)-(t>=1)).*t + 1*(t>1);
% compute and plot the convolution
y = conv(x,h)*0.01;
% plot the response
figure;
plot(min(t):0.01:2*max(t),y,'linewidth',2);xlim([0 10]);
xlabel('time');ylabel('Amplitude');title('y(t)');
grid on;ylim([0 1.5]);

% Question b
clear all;
% define time vector
t = 0:0.01:10; % 10 seconds of time vector
% define x
x = (t>=0);
% define h
h = 2*exp(-t) ;
% compute and plot the convolution
y = conv(x,h)*0.01;
% plot the response
figure;
plot(min(t):0.01:2*max(t),y,'linewidth',2);xlim([0 10]);
xlabel('time');ylabel('Amplitude');title('y(t)');
grid on;%ylim([0 1.5]);

% Question c
clear all;
% define time vector
t = -10:0.01:10; % 10 seconds of time vector
% define x
x = ((t>=-1) - (t>=1));
% define h
h = ((t>=0) - (t>=1)).* t + ((t>1) -
(t>=2)).*(-t+2);
% compute and plot the convolution
y = conv(x,h)*0.01;
% plot the response
figure;
plot(2*min(t):0.01:2*max(t),y,'linewidth',2);xlim([0 10]);
xlabel('time');ylabel('Amplitude');title('y(t)');
grid on;%ylim([0 1.5]);

Please I need the final answer and steps by using MATLAB and please clear answer.
please I need help with this exercise. please show all the clear
steps in an organized way
Given x(t) - 5u(t) + 5u(t-3) a) Ploi x(i) Answer: b) Find the Average Power in x(t) Answer: Pa PXavg
Hello,
May you please be clear what steps were taken to reach the
final answer? Basically I want/need to know what we’re the
intermediate steps that led to that final answer.
Please be clear and supportive, and write legibly.
ko aメ
I NEED THE MATLAB CODE NOT THE ANALYTICAL SOLUTION !!!!
using ZIR and 5.1 Use Matlab to find and plot the total response for the differential equation ZSR approach. (D2 +5D 6)y(t)x() where x(t) e-2t sin( 10t) u(t), and the initial conditions are: yo (0)-1 and уо (0)-2.
This is from signal and system course. please i need a clear
easy to understand steps.
Find the cosine representation Fourier series for the signal: x(t) = t? for – 1<t <1
please answer 1b only with clear steps
please I need you to answer only the sub question (b)
for me.
l(a) Consider the Linear Programming (LP) problem below, Max Z = 5x + 4y s.t 6x + 4y = 24 6x + 3y < 22.5 x + y = 5 x + 2y 56 -x+ys1 y <2. x, y 2 0. Solve the problem. AN[10] (b) Out of a stock of three engineering components A,B and C given as 200,...
Clear steps, please.
Consider the following LTI system where, Q -5, and w 2000m rad./sec. a) Use MATLAB to determine magnitude response and phase response of the filter. b) What type of filter is it? c) What will be the output of this filter if input xio- 5Cos(1000). Show all calculations step by step as shown in Lecture-21 . d) Verify your answer of part (e) by using Simulink model. Attach the snapshot of Simulink model and output. e) What...
Q) Hi, Can you please answer the question using clear
detailed steps and definitions so I can better understand it? Thank
you so much! :)
(1 point) Use the divergence theorem to calculate the flux of the vector field F(x, y, z) = xi + y’j + zk out of the closed, outward- oriented surface S bounding the solid x2 + y2 < 25, 0 <236. FdA=
Please answer with Matlab Programming that can be copied and pasted
when doing the Matlab part
4 part 2
4. Please finish the following Matlab code for solving the ODE: dy 2(1+t) dt I.C. y(0) = 0 with the multi-step 4th order Milne's Method, and apply 4th order Runge Kutta method to the first 4 points (1 boundary point and the next 3 points). (Hint: 4th order Milne's Method Predictor: Jon = Y-3 + H25,- fia+2f1-2) h Corrector: Y:-1 =...
please I need a clear answer
Q2(50%): Fig. 2.1 shows the symmetry Frame, Find the displacements and the reaction forces in each support? Elennerat#1 Element#2 10.000 lbs Figure 2.1. Symmetry Frame | Elerment | Area E (Psi) |2in? | 29.5 x106 2 in? | 29.5 x100 「Nodle TX (in) | Y(in) 山
i just need tge final answer for each one
please
Information for Questions 8-10 Consider a single iteration of the 2-D Newton's method to locate the stationary point of f(x,y) = x* + 2x²y2 + y around (B,0). 8. Find the true error on the gradient(&): 9. Find the determinant of the Hessian matrix evaluated at the initial point: |H| 10. Find the x coordinate of the updated point (xi): Information for Questions 11-12 The table below lists a set of...