How can I integrate experimental data using a for loop?
Ältere Kommentare anzeigen
Hello everyone.
I've been struggling with this problem for a quite long time.
I have a table of experimental data with two columns and around a thousand rows.
I plotted the table and got a discrete curve.
Now, I wanted to find the area under the curve using a for loop.
How can I do that? Any help is appreciated.
With kind regards
Joe
Antworten (1)
KSSV
am 30 Jan. 2022
0 Stimmen
You need not to use a loop. Read about trapz.
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!