Hi All,
I am new to this forum and new to using the quad function. Some assistance would be most helpful. I appreciate all help in advance.
I have a .m file called OneExpDecay.m that has the following
syms t
x=exp(-2*t^2);
[RX,IX]=ft(x,-inf,inf);
then I have an ft.m that has the...