Page 1 of 1

a 5. One of your colleagues sends you a dataset of wind speed for a structural analysis project. The data is saved in a

Posted: Sat May 14, 2022 8:05 pm
by answerhappygod
A 5 One Of Your Colleagues Sends You A Dataset Of Wind Speed For A Structural Analysis Project The Data Is Saved In A 1
A 5 One Of Your Colleagues Sends You A Dataset Of Wind Speed For A Structural Analysis Project The Data Is Saved In A 1 (29.28 KiB) Viewed 59 times
a 5. One of your colleagues sends you a dataset of wind speed for a structural analysis project. The data is saved in a file windMKE.dat with 2 columns of numeric data: a time/date identifier and a wind speed. You know that the wind speeds should all be positive numbers and you consider negative wind speeds to be invalid data. Write a set of MATLAB commands that opens the data file, deletes the invalid data, and saves the new data to a new file windMKE_clean.dat. (10 pts)