Symbolic problem in quad() function
- From: "Serdar Tombul" <sernarrow@xxxxxxxxx>
- Date: Wed, 31 May 2006 09:30:42 -0400
function f=fun(t)
syms c1 ..... c18
f=(1./5.*cos(c1+c2.*t+c3.*t.^2+c4.*t.^3)+3./5.*cos(c1+c2.*t+c3.*t.^2+c
4.*t.^3+c9+c10.*t+c11.*t.^2+c12.*t.^3)-3./20.*sin(2.*pi.*t)).^2;
-----------------------------------------------
I have an equation with the symbolic variables c1...c18. It's not
integrated by the int() command symbolicly. When I tried the quad
function i have encountered with this error.
-----
Function 'isfinite' is not defined for values of class 'sym'.
-----
How can i integrate this function by numerically or symbolicly.
Please help.
.
- Follow-Ups:
- Re: Symbolic problem in quad() function
- From: John D'Errico
- Re: Symbolic problem in quad() function
- Prev by Date: Re: executing .m files on TMS320C6713
- Next by Date: Re: Help Using WindowButtonUpFcn Property
- Previous by thread: how many epochs for neural network training?
- Next by thread: Re: Symbolic problem in quad() function
- Index(es):