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 %% Create the input Structure that will contain all the inputs
inputs = struct( ... inputs = struct( ...
't', t, ... 'Dw', timeseries(Dw, t), ...
'Dw', Dw, ... 'Dy', timeseries(Dy, t), ...
'Dy', Dy, ... 'Ry', timeseries(Ry, t), ...
'Ry', Ry, ... 'Rz', timeseries(Rz, t), ...
'Rz', Rz, ... 'Dh', timeseries(Dh, t), ...
'Dh', Dh, ... 'Rm', timeseries(Rm, t), ...
'Rm', Rm, ... 'Dn', timeseries(Dn, t), ...
'Dn', Dn, ... 'Ds', timeseries(Ds, t), ...
'Ds', Ds, ... 'Fg', timeseries(Fg, t), ...
'Fg', Fg, ... 'Fs', timeseries(Fs, t) ...
'Fs', Fs ...
); );
%% Save %% 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.