Fourier Transforms using the Symbolic Math Toolbox
2 views (last 30 days)
Show older comments
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!
0 Comments
Accepted Answer
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.
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!