Hi,
I have two excel files with names A and B. I want to calculate area under “force – displacement” curve by MATLAB. The end time of two files is equal, but the size (size of matrices) of two files is unequal. If we write the file “B” basis on times in file “A”, the area will be obtained. Please help me in this problem. If times continues to 49.98 seconds, using the interpolation is difficult. for example:
A:
Time Force
0.001 1
0.002 2
0.0021 3
0.0023 6
0.003 4
0.004 3
0.005 2
0.0053 1
0.006 0.5
-----------------------
B:
Time Displacement
0.001 0.25
0.002 0.3
0.003 0.35
0.004 0.5
0.005 1.2
0.006 0.1