stuff added
This commit is contained in:
8
run2.m
8
run2.m
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user