I want to calculate this integral

2 visualizaciones (últimos 30 días)
Ujjal Dey
Ujjal Dey el 9 de Jun. de 2015
Editada: Walter Roberson el 13 de Jun. de 2015
I am trying this command but, it is showing error every time
integral( @(k)integral3(@(r,t,s)Ft,0,60,0,pi,0,2*pi), 0, 2*pi, 'ArrayValued', true)
Plz help

Respuestas (1)

Konstantinos Sofos
Konstantinos Sofos el 9 de Jun. de 2015
Editada: Konstantinos Sofos el 9 de Jun. de 2015
Hi Ujjal,
In your case you have to numerically evaluate an integral of a 4-variable function. Mathworks provides built-in functions for 1, 2 or 3 variables (e.g. integral3 ). In your case you could use something from the Mathworks Exchange Central e.g. the 4-variable function - NUMERICAL INTEGRATION
Regards

Categorías

Más información sobre Numerical Integration and Differentiation en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by