Analyzing Wall Thickness vs Force Data Sets

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Nusc
Messages
752
Reaction score
2
Attached are three figures. The problem in question essentially involves extracting data from a .CSV (MS Excel) file and .mdb (MS Access) file which I have done already but not correctly.

Data set #1: gives me 'Wall Thickness vs. Time' ( [3400 - 8200] s , [0,1] in.) as shown in figure3.jpg.
Data set #2: gives me 'Force vs. Time' ( [ 0 - 17,000] lbs. , [3.8x10^4, 3.86x10^4] s) as shown in figure2.jpg

figure1.jpg is the figure that plots both at the same time. In the Wall Thickness vs. Time graph, I had only selected the first step function within figure3.jpg.

Physically we expected that higher wall thickness requires higher drag force. The idea is to prove this correlation.

The issue is with the time format in MATLAB. I cannot synchronize them together.

I hope that is clear.

Thanks for your help,
 

Attachments

  • figure1.jpg
    figure1.jpg
    24.9 KB · Views: 654
  • figure2.jpg
    figure2.jpg
    35.8 KB · Views: 667
  • figure3.jpg
    figure3.jpg
    14.2 KB · Views: 675
Physics news on Phys.org
One data set is measured over the time interval [3400, 8200] whereas the other is over the interval [38000, 38600]. Why would you expect them to be synchronized?