Answer:
see explaination
Step-by-step explanation:
Matlab code
Clc
F=[10, 15, 20, 25, 30];
V=[10, 20, 35, 55, 80];
figure(1) see attachment
subplot (2,1,1)
plot(F,V, 'o')
figure(1) see attachment
subplot (2,1,2)
plot(F,V, 'o')
Equation relating voltage to force is shown in a graph