From: Lukáš Jiřiště Date: Tue, 2 Jul 2024 13:05:08 +0000 (+0200) Subject: Note V1, V2 values in a comment X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=20a5294dd501908b88eb2e53b49259183fd60d4d;p=Uchytilap.git Note V1, V2 values in a comment --- 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