From 6e463394ef6235a262d70685312ee7fd6193acd0 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Mon, 27 Nov 2017 22:26:58 +0100 Subject: [PATCH] fixed statistics exercise --- statistics/exercises/exercises02.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/statistics/exercises/exercises02.tex b/statistics/exercises/exercises02.tex index 741c77e..eecb125 100644 --- a/statistics/exercises/exercises02.tex +++ b/statistics/exercises/exercises02.tex @@ -129,6 +129,7 @@ that are symmetric around the mean? How do you generate random numbers of a given mean and standard deviation using the \code{randn()} function? \end{parts} +\newsolutionpage \begin{solution} \lstinputlisting{normprobs.m} \end{solution}