Thread Closed

problem to solve this integral in matlab

 
Share Thread Thread Tools
Sep16-05, 11:59 AM   #1
 
Unhappy

problem to solve this integral in matlab


hello , somebody could help me to solve in MATLAB this integral?
[tex]r(\alpha) =\frac{1}{\theta} \int_{0}^{\theta} \ e^{-jk*2Rsin(\sigma/2)sin(\sigma/2+\alpha) } \,d\sigma[/tex]
I have tried to solve it but it gives this error :

Warning: Explicit integral could not be found.
> In C:\MATLAB6p5\toolbox\symbolic\@sym\int.m at line 58
In C:\MATLAB6p5\work\directividadCurvado.m at line 12
??? Error: Assignment statements do not produce results. (Use == to test
for equality.)

Error in ==> C:\MATLAB6p5\toolbox\symbolic\@sym\double.m
On line 45 ==> D = reshape(eval(X),m,n);

Error in ==> C:\MATLAB6p5\work\directividadCurvado.m
On line 12 ==> ppp=double(int(exp(-i*k*2*R*sin(x/2).*(sin(x/2)+t)),'x','0','ang'));

please help me. Excuse me by my writing. Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Sep20-05, 05:44 AM   #2
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
U can't solve it. Try Matlab with a simpler integral

[tex] \int e^{\sin x} \ dx [/tex]

Daniel.
Thread Closed
Thread Tools


Similar Threads for: problem to solve this integral in matlab
Thread Forum Replies
Using Matlab to solve dynamics problem Math & Science Software 0
how to use solve function in matlab in this case Math & Science Software 0
Who can use MatLab/Mathematica/Maple to solve this? Math & Science Software 4
An Unsolvable Integral (according to Matlab) Math & Science Software 5
Solve this integral Calculus 3