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!

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Jul. 2016
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 Kommentare

Me29
Me29 am 11 Jul. 2016
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by