Update model and add necessary .mat files

This commit is contained in:
2025-02-17 23:04:00 +01:00
parent 8fd71134d4
commit 3c97176b6b
15 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ function [sample] = initializeSample(args)
arguments
args.type char {mustBeMember(args.type,{'none', 'cylindrical'})} = 'none'
args.H (1,1) double {mustBeNumeric, mustBePositive} = 350e-3 % Height [m]
args.H (1,1) double {mustBeNumeric, mustBePositive} = 250e-3 % Height [m]
args.R (1,1) double {mustBeNumeric, mustBePositive} = 110e-3 % Radius [m]
args.m (1,1) double {mustBeNumeric, mustBePositive} = 1 % Mass [kg]
end