summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Kod/scripts/display_graphs.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kod/scripts/display_graphs.m b/Kod/scripts/display_graphs.m
index e749075..a6e8f1c 100644
--- a/Kod/scripts/display_graphs.m
+++ b/Kod/scripts/display_graphs.m
@@ -58,9 +58,9 @@ pause(0.2);
disp('Drawing buttons');
% input('');
matlabclient(1, get_smallpackage([ ...
- key(0 , 208, 107, 240, 51, 61, 'C', 'Knapp 1'), ...
- key(107, 208, 213, 240, 52, 62, 'C', 'Knapp 2'), ...
- key(213, 208, 320, 240, 53, 63, 'C', 'Knapp 3') ...
+ key(0 , 216, 107, 240, 51, 61, 'C', 'Knapp 1'), ...
+ key(107, 216, 213, 240, 52, 62, 'C', 'Knapp 2'), ...
+ key(213, 216, 320, 240, 53, 63, 'C', 'Knapp 3') ...
]))
pause(0.2);