added missing SLS functions

This commit is contained in:
2025-09-23 15:55:13 +02:00
parent a259e3928e
commit 587c609542
7 changed files with 22 additions and 12 deletions

View File

@ -0,0 +1,5 @@
function [names, weg, kraft] = SLS_FL-until-1208(voltage)
names = ["Weg_FL", "Kraft_FL"];
kraft = -16339.86928 * voltage + 34173.20261;
weg = -2.875816993 * voltage + 6.04248366;
end