Equation of line for double integration.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have two vectors, I want to double integrate the vector along y-axis with respect to vector along x-axis, maybe by using integral2 command. I have difficulty in forming equation for the double integral, please help me
7 Kommentare
Walter Roberson
am 16 Apr. 2019
integral2(@(x,y) ones(size(x)), low_x, high_x, low_y, high_y)
Antworten (1)
Walter Roberson
am 15 Apr. 2019
I suspect that you will want at least one cumtrapz() and then either cumtrapz() again or else trapz() depending on what you are trying to calculate.
0 Kommentare
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!