Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

% 1 . Generate the input - generate time vector using 0 . 0 1 as increment for 0 t 1 2 t = 0

%1. Generate the input - generate time vector using 0.01 as increment for 0t12
t=0:0.01:12;
%2. Do the magic - calulate according to the formula
g=exp(-0.1**t)***sin(t);
%3. Display result - plot the g(t) vs t
figure(1)
plot(t,g);
xlabel('Time (s)');
ylabel('g(t)';
title('g(t) vs (:t'};
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+ 2. What is the main advantage of this approach?

Answered: 1 week ago

Question

3. How would this philosophy fit in your organization?

Answered: 1 week ago

Question

What must a creditor do to become a secured party?

Answered: 1 week ago

Question

When should the last word in a title be capitalized?

Answered: 1 week ago