Update model and add necessary .mat files

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

BIN
matlab/mat/nass_K_hac.mat Normal file

Binary file not shown.

BIN
matlab/mat/nass_K_iff.mat Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@ function [sample] = initializeSample(args)
arguments arguments
args.type char {mustBeMember(args.type,{'none', 'cylindrical'})} = 'none' 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.R (1,1) double {mustBeNumeric, mustBePositive} = 110e-3 % Radius [m]
args.m (1,1) double {mustBeNumeric, mustBePositive} = 1 % Mass [kg] args.m (1,1) double {mustBeNumeric, mustBePositive} = 1 % Mass [kg]
end end

Binary file not shown.