Excitation of neurons connected to “the nose”

sensoriales_nariz=find(todas.S(:,1));
>> V0=zeros(279,1);
>> V0(sensoriales_nariz)=1;
>> solucion=matrizsistema2solucion(M,V0);
>> V=solucion2voltajes(solucion,0:.001:.5);
>> [s,orden]=sort(todas.pos_real);
>> imagesc(V(orden,:))

Note that neurons do not have the usual order. They are ordered by position in the worm.

>> imagesc(log10(abs(V(orden,:))))

Longer times:

>> V=solucion2voltajes(solucion,0:.005:2);

I do not see any propagation…

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: