Fourier Transforms using the Symbolic Math Toolbox

2 views (last 30 days)
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!

Accepted Answer

Walter Roberson
Walter Roberson on 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 Comments
Me29
Me29 on 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

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!