필터 지우기
필터 지우기

how to represent e raised to power of x expressions

조회 수: 1 (최근 30일)
segun
segun 2016년 8월 1일
댓글: Stephen23 2016년 8월 1일
Please how do i represent this expression in MATLAB: e^j2πfT
  댓글 수: 2
John D'Errico
John D'Errico 2016년 8월 1일
You are trying to start out with leaps and bounds. You don't know the basic syntax of MATLAB. So learn that first. READ THE TUTORIALS.
Stephen23
Stephen23 2016년 8월 1일
Do these tutorials, which introduce how to use MATLAB:

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

채택된 답변

Thorsten
Thorsten 2016년 8월 1일
exp(1j*2*pi*f*T)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by