How to code for this equation in Matlab

f(x)=2*e^jwt

1 commentaire

James Tursa
James Tursa le 10 Fév 2020
You have a function of x on the left hand side, but there is not x on the right hand side. What is your intention?

Connectez-vous pour commenter.

 Réponse acceptée

James Tursa
James Tursa le 10 Fév 2020
Assuming that f(x) is really supposed to be f(t):
f = @(t)exp(j*w*t);
But, you will need to have w defined prior to this.

Plus de réponses (1)

Catégories

En savoir plus sur Signal Processing Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by