Hi,
I have a column vector X [Nx1], a Row Vector Y [1xM] and data Z [NxM] -> is there a way to integrate Z over the area defined by X,Y?
Thanks alot!

Antworten (1)

Star Strider
Star Strider am 21 Mär. 2019

2 Stimmen

Use trapz (link) or cumtrapz (linked to in that page).

Gefragt:

am 21 Mär. 2019

Beantwortet:

am 21 Mär. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by