f(x)=2*e^jwt

댓글 수: 1

James Tursa
James Tursa 2020년 2월 10일
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?

댓글을 달려면 로그인하십시오.

 채택된 답변

James Tursa
James Tursa 2020년 2월 10일

0 개 추천

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.

추가 답변 (1개)

zeeshan shafiq
zeeshan shafiq 2020년 2월 10일

0 개 추천

Thanks James,
Got it

카테고리

질문:

2020년 2월 10일

답변:

2020년 2월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by