How to plot y(x)=exp(-x)*sin(2x) on MATLAB

How to plot equation.

2 Comments

Who can help me in order to solve matlab matter
@Islombek No one can help you unless you specify what problem you are facing.
It would be better to ask a separate question, specify what problem you are facing and provide necessary information, such as relevant data and code you are working with.

Sign in to comment.

Answers (1)

doc fplot

4 Comments

When i do y=exp(-x)*sin(2*x); it gives me an error using (*)?
Is it y=exp(-x).*sin(2.*x)?
fplot(@(x) exp(-x).*sin(2*x))

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Asked:

on 17 Jun 2020

Commented:

on 28 Sep 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!