Borrar filtros
Borrar filtros

Solve double intergral ?

2 visualizaciones (últimos 30 días)
Tran Thien
Tran Thien el 16 de Mayo de 2018
Comentada: Tran Thien el 16 de Mayo de 2018
For example , i have this double intergral :
I tried this code : >>S = x+y+sqrt(100-x^2-y^2) >>M= int(S,y,0,sqrt(100-x^2)) >>M1=int(M,x,0,10) But Matlab returns me the same int(...) i just typed, not the answer

Respuesta aceptada

Torsten
Torsten el 16 de Mayo de 2018
sol=integral2(@(x,y)x+y+sqrt(100-x.^2-y.^2),0,10,0,@(x)sqrt(100-x.^2))
Best wishes
Torsten.
  1 comentario
Tran Thien
Tran Thien el 16 de Mayo de 2018
thank you so much :D

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by