%Project Design
%Yellow Band
Displacemnt=[0 4 8 12 16 20 24 28 32];
Force = [0 .23 .36 .43 .52 .64 .78 .85 .92];
plot(Displacemnt, Force, 'x')
title ('Displacement vs Force');
xlabel('Displacement');
ylabel('Force');
grid on
zoom on
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!