Skip to content

Commit 3e92c12

Browse files
committed
Fixed minor bugs
1 parent e868841 commit 3e92c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODE/DEMOS/demoLoadXLSandPlot.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
title(sprintf('Shot3 cases - %d', length(mutantplot)), 'FontSize', 20);
2929
set(gca, 'FontSize', 16);
3030

31-
set(gcf, 'Position', [680 245 1074 733]);
31+
set(gcf, 'Position', [1 1 1074 733]);

CODE/DEMOS/demoStatisticalAnalysis.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
ylabel('abs(angle change)');
4545
title('Scatterplot example');
4646

47-
set(gcf, 'Position', [560 579 983 369]);
47+
set(gcf, 'Position', [1 1 983 369]);
4848

4949
[M, SD, H, P] = compareAngleChanges(controltrackfeatures, mutanttrackfeatures, setnames);
5050
mcrsght_info(sprintf('SET: [%s] MEAN(STDev) = %2.2f(%2.2f) ', ...

0 commit comments

Comments
 (0)