small code fix
This commit is contained in:
parent
f0c3c7f825
commit
f4bdd26e3f
@ -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}
|
||||
|
Reference in New Issue
Block a user