Jan und Fabian spellchecker

This commit is contained in:
Fabian Sinz
2014-11-03 11:28:54 +01:00
parent 11564e16a1
commit 57f727ecf4
22 changed files with 210 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
\documentclass[addpoints,10pt]{exam}
\documentclass[addpoints,11pt]{exam}
\usepackage{url}
\usepackage{color}
\usepackage{hyperref}
@@ -9,7 +9,7 @@
\firstpageheader{Scientific Computing}{Project Assignment}{11/05/2014
-- 11/06/2014}
%\runningheader{Homework 01}{Page \thepage\ of \numpages}{23. October 2014}
\firstpagefooter{}{}{}
\firstpagefooter{}{}{{\bf Supervisor:} Fabian Sinz}
\runningfooter{}{}{}
\pointsinmargin
\bracketedpoints
@@ -33,14 +33,14 @@
\begin{questions}
\question The accompanying data {\tt Neuron22.mat} stores a single
data matrix {\tt data\_unsorted} containing spike from a neuron in
macaque prefrontal cortex. The task of the monkey was to
discriminate point sets with 1 to 4 points. The first column
contains the number of points shown plus one. The remaining columns
contain the spike response across 1300ms. During the first 500ms the
monkey was fixating a target. The next 800ms the stimulus was
shown. This was followed by 1000ms delay time before the monkey was
allowed to respond.
data matrix {\tt data\_unsorted} containing spikes from a neuron in
macaque prefrontal cortex (data courtesy of Prof. Nieder). The task
of the monkey was to discriminate point-sets with 1 to 4 points. The
first column contains the number of points shown plus one. The
remaining columns contain the spike response across 1300ms. During
the first 500ms the monkey was fixating a target. The next 800ms the
stimulus was shown. This was followed by 1000ms delay time before
the monkey was allowed to respond.
\begin{parts}
\part Plot the data in an appropriate way.