Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamenm03 committed Jan 23, 2024
1 parent 9a9a648 commit 428417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab-3_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Then, delete the .csv file and any other .txt files off of the microSD card (you

### 9. Analyzing the Data in MATLAB

At this point, you should have a CSV file saved to your computer. This file should be a matrix of values with 9 columns (time + sensors), and twice as many rows as the number of seconds the program collected data. Since we have a matrix of data, let's use MATLAB (MATrix LABoratory) to make sense of all this data!
At this point, you should have a CSV file saved to your computer. This file should be a matrix of values with 9 columns (time + sensors), and twice as many rows as the number of seconds the program collected data (if you didn't change the delay in the provided code). Since we have a matrix of data, let's use MATLAB (MATrix LABoratory) to make sense of all this data!

<!-- NEED TO ADD A LINK BELOW -->
Start by opening the script provided to you here<!-- LINK -->. Look through the script, editing values or variables where directed, and then run the script to analyze your data. You should see plots for internal and external temperatures, pressure, humidity, and acceleration!
Expand Down

0 comments on commit 428417b

Please sign in to comment.