Yundie Zhang
Followers: 0 Following: 0
Feeds
已回答
Integrate and fire neuron model
https://www.mathworks.com/matlabcentral/fileexchange/34141-spike-timing-dependent-construction-simulation May be this resource ...
Integrate and fire neuron model
https://www.mathworks.com/matlabcentral/fileexchange/34141-spike-timing-dependent-construction-simulation May be this resource ...
4 years 前 | 0
| 已接受
已回答
how to generate new matrix with if statment
test = [5;6;0;-1;0;5;0;6;0;8]; test5 = [2;6;8;-1;0;7;8;6;8;8]; if test ==0 newMAT = 0 elseif test ~=0 newMAT = (test5*7)+5...
how to generate new matrix with if statment
test = [5;6;0;-1;0;5;0;6;0;8]; test5 = [2;6;8;-1;0;7;8;6;8;8]; if test ==0 newMAT = 0 elseif test ~=0 newMAT = (test5*7)+5...
4 years 前 | 0