added missing SLS functions
This commit is contained in:
5
functions/SLS_RR.m
Normal file
5
functions/SLS_RR.m
Normal file
@ -0,0 +1,5 @@
|
||||
function [names, weg, kraft] = SLS_RR(voltage)
|
||||
names = ["Weg_RR", "Kraft_RR"];
|
||||
kraft = -36036.03604 * voltage + 112126.1261;
|
||||
weg = -4.624624625 * voltage + 14.48285285;
|
||||
end
|
||||
Reference in New Issue
Block a user