close all
clear all

load('X:\707976 EPBuoyPrototypeAndTesting\Deployments\Nov2012 Deployment\DecodedResults\R00001\D000023_121113_162332.mat')

dzd

figure
ah1 = subplot(3,1,1)
plot(time-time(1),PistonDistance)
ah2 = subplot(3,1,2)
plot(time-time(1),ComputedPistonSpeed)
xlabel('time(s)');
ylabel('Speed');
linkaxes([ah1 ah2],'x');