small code fix

This commit is contained in:
Jan Benda 2016-11-29 10:10:08 +01:00
parent f0c3c7f825
commit f4bdd26e3f

View File

@ -221,11 +221,11 @@ Den Zentralen Grenzwertsatz wollen wir uns im Folgenden veranschaulichen.
clear spikes;
% better:
clear all
x = load( 'poisson.mat' );
x = load('poisson.mat');
poissonspikes = x.spikes;
x = load( pifou.mat' );
x = load('pifou.mat');
pifouspikes = x.spikes;
x = load( 'lifadapt.mat' );
x = load('lifadapt.mat');
lifadaptspikes = x.spikes;
\end{lstlisting}
\end{solution}