added missing SLS functions
This commit is contained in:
5
functions/SLS_RL.m
Normal file
5
functions/SLS_RL.m
Normal file
@ -0,0 +1,5 @@
|
||||
function [names, weg, kraft] = SLS_RL(voltage)
|
||||
names = ["Weg_RL", "Kraft_RL"];
|
||||
kraft = -40677.9661 * voltage + 93769.49153;
|
||||
weg = -5.254237288 * voltage + 12.21355932;
|
||||
end
|
||||
Reference in New Issue
Block a user