Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Jul 21, 2020
1 parent 8b77df8 commit 3203430
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Matlab_Toolbox/runFAST.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@

[ControlScriptPath,ControScript] = fileparts(simu.ParamScript);
addpath(ControlScriptPath);

addpath(fast.FAST_SFuncDir)

warning off all
addpath(fast.FAST_SFuncDir);

%% Read FAST Files & Load ROSCO Params from DISCON.IN

Expand Down Expand Up @@ -57,7 +54,7 @@

SimulinkModel = simu.SimModel;

Out = sim(SimulinkModel, 'StopTime',num2str(GetFASTPar(Param.FP,'TMax')));
Out = sim(SimulinkModel, 'StopTime', num2str(simu.TMax));
sigsOut = get(Out,'sigsOut'); %internal control signals

%% Get OutData
Expand Down

0 comments on commit 3203430

Please sign in to comment.