Create nass_library folder, use some referenced models

This commit is contained in:
Thomas Dehaeze 2018-10-25 14:06:37 +02:00
parent eb8f58c402
commit 5e6f1dbc38
12 changed files with 12 additions and 11 deletions

View File

@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info Ref="nass_library" Type="Relative" />

View File

@ -105,17 +105,16 @@ function [inputs] = initializeInputs(opts_param)
%% Create the input Structure that will contain all the inputs
inputs = struct( ...
't', t, ...
'Dw', Dw, ...
'Dy', Dy, ...
'Ry', Ry, ...
'Rz', Rz, ...
'Dh', Dh, ...
'Rm', Rm, ...
'Dn', Dn, ...
'Ds', Ds, ...
'Fg', Fg, ...
'Fs', Fs ...
'Dw', timeseries(Dw, t), ...
'Dy', timeseries(Dy, t), ...
'Ry', timeseries(Ry, t), ...
'Rz', timeseries(Rz, t), ...
'Dh', timeseries(Dh, t), ...
'Rm', timeseries(Rm, t), ...
'Dn', timeseries(Dn, t), ...
'Ds', timeseries(Ds, t), ...
'Fg', timeseries(Fg, t), ...
'Fs', timeseries(Fs, t) ...
);
%% Save

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
nass_library/inputs.slx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.