From 20a5294dd501908b88eb2e53b49259183fd60d4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Tue, 2 Jul 2024 15:05:08 +0200 Subject: [PATCH] Note V1, V2 values in a comment --- batch_sim.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/batch_sim.m b/batch_sim.m index 0a5f823..0a4dfba 100644 --- a/batch_sim.m +++ b/batch_sim.m @@ -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 -- 2.30.2