Fourier Transforms using the Symbolic Math Toolbox

Hello,
I am new to MatLab. I am trying to compute some Fourier Transforms F(w) of some given inputs f(t). I have to use the Symbolic Math Toolbox in order to do this. I tried using "syms" in my variables but it says it is undefined.. Can someone point me in the right direction to get me started on using the SMT to compute FT's?
Thanks for any help!

 채택된 답변

Walter Roberson
Walter Roberson 2016년 7월 11일
If you use
syms x
and it says that syms is undefined, then either you do not have the Symbolic Toolbox installed or else you have it installed by not licensed.

댓글 수: 2

Me29
Me29 2016년 7월 11일
I have a student license that said the Symbolic Toolbox was included.. Is there a way to check to see if I have the toolbox installed? Thanks

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

질문:

2016년 7월 11일

댓글:

2016년 7월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by