Question: Using Matlab how can I solve this? I can save the variables to the file but cannot find a way to do anything past load
Using Matlab how can I solve this? I can save the variables to the file but cannot find a way to do anything past load the data into a matrix. Anything will help.
The vehicle speeds in mi/h recorded by two students (Heather & Lakshan), separately, during a 15-minute period along a lightly travelled road in a sub-division are stored in a file called obsspeeds.dat. 22.5 23.0 24.5 21.5 20.2 23.6 28.1 24.3 24.5 21.0 22.5 20.5 21.3 23.5 25.1 20.3 Create this file, then write a script that will do the following:
- Load the data from the file into a matrix
- Separate the matrix into two separate vectors
- Create a plot of speeds (y-axis) versus observations (x-axis)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
