stuff added

This commit is contained in:
2026-02-24 21:10:35 +01:00
parent 0a966f6430
commit e22fe1c1a0
8 changed files with 38 additions and 3084 deletions

8
run2.m
View File

@@ -1,6 +1,6 @@
close all
result = readmatrix("SaveData/2025_12_03_17_40_RUN2_ADC.csv");
result = readmatrix("RUN2_ADC_data.csv");
%result = result(14430:end, : );
result(:,14) = result(:,14)./2;
time = result(:,1)./1000;
@@ -17,7 +17,7 @@ scatter(time,weight,10)
title("load cell in Kg")
xlabel("Time in s")
ylabel("KG")
xlim([878.207 920.111+5.000])
xlim([900.817 911.840])
for x = 1:7
figure()
@@ -25,7 +25,7 @@ for x = 1:7
title(sprintf("Pressure channel %d",x))
xlabel("Time in s")
ylabel("Pressure")
xlim([878.207 920.111+5.000])
xlim([900.817 911.840])
end
for x = 1:6
@@ -34,5 +34,5 @@ for x = 1:6
title(sprintf("temperature channel %d",x))
xlabel("Time in s")
ylabel("Temprature in C")
xlim([878.207 920.111+5.000])
xlim([900.817 911.840])
end