Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
profumo
PFM_Simulations
Commits
93ecfaac
Commit
93ecfaac
authored
Dec 09, 2019
by
Sam Harrison
Browse files
Better default plot ordering
But robust to new / missing methods.
parent
95dec660
Changes
1
Hide whitespace changes
Inline
Side-by-side
RunTests.m
View file @
93ecfaac
...
...
@@ -473,8 +473,11 @@ end
%% Plot results %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%scores = orderfields(scores, ...
% {'PROFUMO', 'ICA_DR', 'ICA_DRt', 'GTg_DR', 'GTg_DRt'});
try
scores
=
orderfields
(
scores
,
...
{
'PROFUMO'
,
'ICA_DR'
,
'ICA_DRt'
,
'GTg_DR'
,
'GTg_DRt'
});
catch
end
plotScores
(
scores
,
params
,
baseFileName
,
plotFigures
);
if
plotFigures
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment