Create nass_library folder, use some referenced models
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<Info Ref="nass_library" Type="Relative" />
|
||||||
Binary file not shown.
Binary file not shown.
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user