Code covered by the BSD License  

Highlights from
Data Analysis with MATLAB Products - August 2006 Webinar Files

image thumbnail
from Data Analysis with MATLAB Products - August 2006 Webinar Files by Stuart Kozola
Files used in the August 10, 2006 Webinar of same title

intro.m
plot (Time_s, Acceleration_mpsps, 'DisplayName', 'Acceleration_mpsps', 'XDataSource', 'Time_s', 'YDataSource', 'Acceleration_mpsps'); figure(gcf)
peak = max(Acceleration_mpsps)
valley = min(Acceleration_mpsps)

Contact us at files@mathworks.com