Create nass_library folder, use some referenced models
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user