Project Range MATLAB
Project Range MATLAB
Table of Contents
Start ..................................................................................................................................
Load in measured data .........................................................................................................
Copy of measured data ........................................................................................................
Extract & store in variables ..................................................................................................
Define arrays for calculations & graph ...................................................................................
Formula & calculation .........................................................................................................
Plot measured data + calculated results on one graph ................................................................
Publish code as a pdf via command window ............................................................................
This program's purpose is to compare measured field data on a popular
kid's pitching machine to a claim that the machine will deliver pitches
at 30 mph that travel 30ft.
The project task then is to load in the raw data from a mat file, code a
formula that represents the claim, and then compare the two by plotting
both on the same graph.
Start
clear, clc %clear workspace & command windows
1
1
1
1
1
1
2
2
Program purpose