Contents
- UMD SSL BPP Rocksat-X (Project STAR) Sensor Data Analysis Script
- Import data from text file.
- Initialize variables.
- Read columns of data as text:
- Open the text file.
- Read columns of data according to the format.
- Close the text file.
- Convert the contents of columns containing numeric text to numbers.
- Replace non-numeric cells with NaN
- Allocate imported array to column variable names
- Clear temporary variables
- Convert the time to seconds
- Convert register values to integers
- Plot external kill status
- Plot LED status
- Plot bias status
- Plot voltage data
- Plot ADXL aceleration data
- Plot temperature data
- Plot BMX acceleration data
- Plot BMX gyro data
UMD SSL BPP Rocksat-X (Project STAR) Sensor Data Analysis Script
Luke Renegar Modified 28/AUG/17
Import data from text file.
Importing code was Auto-generated by MATLAB on 2017/08/28 17:23:58
Initialize variables.
Read columns of data as text:
For more information, see the TEXTSCAN documentation.
Open the text file.
Read columns of data according to the format.
This call is based on the structure of the file used to generate this code. If an error occurs for a different file, try regenerating the code from the Import Tool.
Close the text file.
Convert the contents of columns containing numeric text to numbers.
Replace non-numeric text with NaN.
Replace non-numeric cells with NaN
Allocate imported array to column variable names
Clear temporary variables
Convert the time to seconds
Convert register values to integers
Plot external kill status

Plot LED status

Plot bias status

Plot voltage data

Plot ADXL aceleration data

Plot temperature data

Plot BMX acceleration data

Plot BMX gyro data
