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…
Leave a Reply