matlab code for complex number integration

2 次查看(过去 30 天)
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by