Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Matlab: Integral Calculation Issues

Status
Not open for further replies.

lqkhai

Junior Member level 3
Joined
Mar 7, 2006
Messages
31
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,465
Hello everybody,
I'd like to use Matlab to calculate the following expression

C=∫x^4*exp(x)/(exp(x)-1)^2 dx with x[a,b].

I made the matlab code as following

f=inline('x.^4*exp(x)./(exp(x)-1).^2');
C=quad(f,a,b);

Could you please to tell me whether my code is right or not?
Are there any suggestions for solving the above expression?

Thanks in advance.

lqkhai
 

I have the code for this expression!
Send me ur email, i will give u it!
 

    lqkhai

    Points: 2
    Helpful Answer Positive Rating
Hello,

I have a question regarding a integral computation:
I = A*cos(f*t)/((t/t0)^n+(t/t0)^m)

A, n, m, t0 are known constants
t= variable, and can take values between 1 and 3600

Could you please help me with the code? I would be greateful...

Thank you
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top