Note V1, V2 values in a comment
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Tue, 2 Jul 2024 13:05:08 +0000 (15:05 +0200)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Tue, 2 Jul 2024 13:05:08 +0000 (15:05 +0200)
batch_sim.m

index 0a5f823d28b70492d0cf1034b61bd017288e2453..0a4dfba4da66d48c560ddcdb7421388bdec9a39f 100644 (file)
@@ -4,8 +4,8 @@ close all
 default_dir = "../Laborka/Zaloha/Matlab/";
 [fname,path] = uigetfile(default_dir, "Select 1 or more experiment files", "Multiselect", "on");
 fname = cellstr(fname);
-conditions.upper_vol = input("Enter the upper volume in mm^3: ")*1e-9;         % 872e-9
-conditions.lower_vol = input("Enter the lower volume in mm^3: ")*1e-9;                 % 600e-9
+conditions.upper_vol = input("Enter the upper volume in mm^3: ")*1e-9;         % 804e-9 (+-4 kalibrace 24.6.)
+conditions.lower_vol = input("Enter the lower volume in mm^3: ")*1e-9;                 % 684e-9 (stálý)
 conditions.membrane_thickness = input("Enter the membrane thickness in μm: ")*1e-6;   % 350e-6
 conditions.membrane_diameter = input("Enter the effective diameter of membrane in mm: ")*1e-3; % 32e-3
 conditions.membrane_mass = input("Enter the effective mass of the membrane in g: ")*1e-3;      % 0.4368e-3