From f24f18e18a9117f47674329185d9c4684b9cd453 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 29 Apr 2014 16:01:21 +0200 Subject: [PATCH] ID-3: Blatt 3 Gruppenaufgabe bearbeitet --- id/blatt3/hci.sty | 5 +- .../zettel-03-boehm_gawehn_geries_martens.tex | 59 +++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 id/blatt3/zettel-03-boehm_gawehn_geries_martens.tex diff --git a/id/blatt3/hci.sty b/id/blatt3/hci.sty index 19782a0..e4f1af4 100755 --- a/id/blatt3/hci.sty +++ b/id/blatt3/hci.sty @@ -6,8 +6,9 @@ \usepackage{listings} \usepackage{bold-extra} \usepackage{ifpdf} -\usepackage{graphicx} - +\usepackage{pgfplots} +\usepackage{tikz} +\usetikzlibrary{matrix,fadings,calc,positioning,decorations.pathreplacing,arrows,decorations.markings} \geometry{left=2.5cm,right=2.5cm,top=2.0cm,bottom=2.0cm} \parindent0mm diff --git a/id/blatt3/zettel-03-boehm_gawehn_geries_martens.tex b/id/blatt3/zettel-03-boehm_gawehn_geries_martens.tex new file mode 100644 index 0000000..fc47acf --- /dev/null +++ b/id/blatt3/zettel-03-boehm_gawehn_geries_martens.tex @@ -0,0 +1,59 @@ +\documentclass[a4paper,10pt]{scrartcl} + +% Hier die Nummer des Blatts und Autoren angeben. +\newcommand{\blatt}{3} +\newcommand{\autor}{Florian B\"{o}hm, Christopher Gawehn, Ulrike Geries, Jim Martens} + +\usepackage{hci} +\usepackage[utf8]{inputenc} +\usepackage{float} +\usepackage[official]{eurosym} + +\begin{document} +% Seitenkopf mit Informationen +\kopf +\renewcommand{\figurename}{Figure} + +\aufgabe{1} + +\begin{tikzpicture}[>=stealth] + \begin{axis}[ + ymin=0,ymax=12, + x=1cm, + y=1cm, + axis x line=middle, + axis y line=middle, + axis line style=->, + xlabel={ID}, + ylabel={Zeit in sec.}, + xmin=0,xmax=5 + ] + + \node at (axis cs: 2,7.68) {.}; + \node at (axis cs: 2,7.81) {.}; + \node at (axis cs: 2,6.16) {.}; + \node at (axis cs: 2,6.2) {.}; + \node at (axis cs: 2,4.35) {.}; + \node at (axis cs: 2,3.81) {.}; + + \node at (axis cs: 3,9.82) {.}; + \node at (axis cs: 3,9.03) {.}; + \node at (axis cs: 3,7.99) {.}; + \node at (axis cs: 3,8.12) {.}; + \node at (axis cs: 3,5.65) {.}; + \node at (axis cs: 3,4.85) {.}; + + \node at (axis cs: 4,10.41) {.}; + \node at (axis cs: 4,10.82) {.}; + \node at (axis cs: 4,9.75) {.}; + \node at (axis cs: 4,10.4) {.}; + \node at (axis cs: 4,6.79) {.}; + \node at (axis cs: 4,5.92) {.}; + + \end{axis} + +\end{tikzpicture} + +Eine lineare Regression konnte von uns wegen mangelndem Wissen nicht durchgeführt werden. Wir waren auch nicht imstande eine vernünftige Erklärung zu finden. + +\end{document} \ No newline at end of file