Added the CSV reading things

This commit is contained in:
Sebastian
2020-02-22 15:34:10 -07:00
parent 5015432107
commit 56f4e09f8c
5 changed files with 176 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
Angle (deg),Displacement (deg)
-20,-5
-10,-2
0,0
10,2
20,5
1 Angle (deg) Displacement (deg)
2 -20 -5
3 -10 -2
4 0 0
5 10 2
6 20 5
@@ -0,0 +1,6 @@
Distance (in),Hood Ext. (u),Drum Velocity (u/ds)
21,10,10000
100,23,11000
200,30,14000
300,56,17000
480,100,20000
1 Distance (in) Hood Ext. (u) Drum Velocity (u/ds)
2 21 10 10000
3 100 23 11000
4 200 30 14000
5 300 56 17000
6 480 100 20000