.
This commit is contained in:
5
functions/SLS_FR.m
Normal file
5
functions/SLS_FR.m
Normal file
@ -0,0 +1,5 @@
|
||||
function [names, weg, kraft] = SLS_FR(voltage)
|
||||
names = ["Weg_FR", "Kraft_FR"];
|
||||
kraft = (voltage/1000 - 2.384 - 2000 * (-0.287/5000)) / (-0.287/5000);
|
||||
weg = (voltage/1000 - 2.384 - 0.38 * (-0.287/0.86)) /(-0.287/0.86);
|
||||
end
|
||||
Reference in New Issue
Block a user