matlab code for complex number integration

2 vues (au cours des 30 derniers jours)
sudheer kethamreddy
sudheer kethamreddy le 15 Juin 2013
hi i need to integrate the complex numbers A=(0.700+1.44i) with limits 17 and 25. command i gave integral(A,17,25) and the same with quad.getting an error.please help me to solve this.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 15 Juin 2013
A=(0.700+1.44i)
yourfun=@(x) 0*x+A
quad(yourfun,17,25)

Catégories

En savoir plus sur Dynamic System Models dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by