Tensile Testing of Materials
This repository contains data, code and typesetting files related to the work of Group 1 for AER304 Lab 1.
Organization is imperative to a well functioning lab group. The file structure of the repository is as follows:
- The code directory contains the scripts to perform analysis on the obtained data.
- The data directory contains the data captured during the lab.
- The figures directory contains figures generated by the code
- The reference directory contains reference data or materials.
- code
- preprocessing
- Poisson's Ratio
- Ultimate Strength
- yielding
- youngs_modulus
- data
- labview
- ncorr
- poisson
- processed_labview
- youngs_mod
- figures
- reference
Requires MATLAB 2019a or later.
- Navigate the MATLAB editor to
code/preprocessing
and runpreprocess.m
- Navigate the MATLAB editor to
code/Poisson's Ratio
and runpoisson_ratio.m
- Navigate the MATLAB editor to
code/Ultimate Strength
and runrun_this.m
- Navigate the MATLAB editor to
code/yielding
and runyield_analysis.m
- Navigate the MATLAB editor to
code/youngs_modulus
and runyoungs_mod_gauge.m
thenyoungs_mod_extensometer.m
The figures will appear in figures/.