How to integrate a matrix of a certain dimension?!
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Suppose I have a temperature matrix, T = zeros(Nz+1,Nt+1). Nz are number of elements in the z-axis and Nt are number of elements in the time-axis.
What command should I use for calculating the following integral?
E = integral of [A*T(z,:)*exp(-B*z)] with limits z = 0 to L.
Here, the temperature inside the integral is a function of the position z at a certain time.
Any kind of help will be appreciated. Thanks.
6 Kommentare
Antworten (1)
Muruganandham Subramanian
am 19 Dez. 2012
Bearbeitet: Muruganandham Subramanian
am 19 Dez. 2012
>> help syms
>>help int
Refer this link:
or If you have R2012b version, refer this
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!