[pointprocesses] fixed exercise code references

This commit is contained in:
Jan Benda 2021-01-19 00:24:14 +01:00
parent 84b14d72ac
commit 2589acd4f5
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
\documentclass[12pt,a4paper,pdftex]{exam} \documentclass[12pt,a4paper,pdftex]{exam}
\newcommand{\exercisetopic}{Point Processes} \newcommand{\exercisetopic}{Point processes}
\newcommand{\exercisenum}{11} \newcommand{\exercisenum}{11}
\newcommand{\exercisedate}{January 19th, 2021} \newcommand{\exercisedate}{January 19th, 2021}
@ -116,6 +116,7 @@
%\colorbox{white}{\includegraphics[width=1\textwidth]{poissonisihist}} %\colorbox{white}{\includegraphics[width=1\textwidth]{poissonisihist}}
\end{solution} \end{solution}
\continuepage
% XXX Add return map!!! XXX % XXX Add return map!!! XXX
\part Write a function that computes the serial correlations of \part Write a function that computes the serial correlations of
interspike intervals for lags up to \code{maxlag}. The serial interspike intervals for lags up to \code{maxlag}. The serial
@ -144,7 +145,6 @@
\end{parts} \end{parts}
\continuepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\question \qt{Statistics of spike counts} \question \qt{Statistics of spike counts}
Now let's have a look at the statistics of the spike counts. Now let's have a look at the statistics of the spike counts.
@ -164,7 +164,7 @@
\begin{solution} \begin{solution}
\lstinputlisting{counts.m} \lstinputlisting{counts.m}
\newsolutionpage \newsolutionpage
\lstinputlisting{spikecounthists.m} \lstinputlisting{spikecountshists.m}
\colorbox{white}{\includegraphics[width=1\textwidth]{spikecountshists}} \colorbox{white}{\includegraphics[width=1\textwidth]{spikecountshists}}
\end{solution} \end{solution}

View File

@ -103,7 +103,7 @@ f\"ur gen\"ugend kleine $\Delta t$.
soll. Hinweis: es gibt eine \code{matlab} Funktion, die die soll. Hinweis: es gibt eine \code{matlab} Funktion, die die
Fakult\"at $n!$ berechnet. Fakult\"at $n!$ berechnet.
\begin{solution} \begin{solution}
\lstinputlisting{counthist.m} %\lstinputlisting{counthist.m}
\colorbox{white}{\includegraphics[width=0.48\textwidth]{poissoncounthistdist100hz10ms}} \colorbox{white}{\includegraphics[width=0.48\textwidth]{poissoncounthistdist100hz10ms}}
\colorbox{white}{\includegraphics[width=0.48\textwidth]{poissoncounthistdist100hz100ms}} \colorbox{white}{\includegraphics[width=0.48\textwidth]{poissoncounthistdist100hz100ms}}
\end{solution} \end{solution}