Skip to content

Commit

Permalink
Add above rated
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 8, 2019
1 parent aedcc08 commit 4036f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Matlab_Toolbox/Post_TestCases.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
% Will want to (un)comment desired cases to plot

% Usable Plot types:
% - Step, Below Rated, Near Rated, Above Rated, Floating Steady, Floating Near Rated, Floating Mexican Hat
plottype = 'Floating Near Rated';
% - Step, Below Rated, Near Rated, Above Rated, Floating Steady, Floating Near Rated, Floating Above Rated, Floating Mexican Hat
plottype = 'Near Rated';

close all
% Below Rated
Expand All @@ -62,6 +62,8 @@
Pl_FastPlots(fo.OC4_ARsteady_Legacy, fo.OC4_ARsteady_Baseline)
case 'Floating Near Rated'
Pl_FastPlots(fo.OC4_NR_Legacy, fo.OC4_NR_Baseline)
case 'Floating Above Rated'
Pl_FastPlots(fo.OC4_AR_Legacy, fo.OC4_AR_Baseline)
case 'Floating Mexican Hat'
Pl_FastPlots(fo.OC4_MH_Legacy, fo.OC4_MH_Baseline)
end
Expand Down

0 comments on commit 4036f66

Please sign in to comment.