Code covered by the BSD License
-
epsp_ipsp_gui(varargin)
EPSP_IPSP_GUI M-file for epsp_ipsp_gui.fig
-
run_example(varargin)
run_example M-file for run_example.fig
-
epsp(taur,tauf,dt,W,I, g, C)
taur: rise time
-
epsp_ipsp(eVal,iVal)
-
izhikevich2(v, u, a, b, c, d,...
IZHIKEVICH implements one step of the izhikevich neuron.
-
names.m
-
Contact.html
-
Credits.html
-
License.html
-
epsp.html
-
epsp_index.html
-
epsp_ipsp.html
-
flow_diagram.html
-
izhikevich2.html
-
mfile-list.html
-
run_example.html
-
sample-function.html
-
View all files
from
Excitatory and inhibitory post-synaptic potentials
by Massimiliano Versace
This code demonstrates Excitatory and Inhibitory Postsynaptic Potentials on a neuron.
|
| names.m |
% names.m
% contains file names and other data that are substituted into
% appropriate fields in the main GUI template
% title on the main GUI (this is not a file name, just a string)
model_name = 'Neuronal Inputs';
% system diagram; need both png and pdf versions
system_diagram_png = 'documents/epsp_ipsp.jpg';
system_diagram_pdf = 'documents/epsp_ipsp.pdf';
% description of model, include system diagram with caption and reference(s)
description_pdf = 'documents/epsp_description.pdf';
% description of inputs
inputs_pdf = 'documents/epsp_ipsp_equations.pdf';
% related technical paper
article1_pdf = 'documents/kohn_worgotter98.pdf';
article2_pdf = 'documents/izhikevich01.pdf';
% abstract
abstract_pdf = 'documents/epsp_description.pdf';
% description of example case
tutorial_pdf = 'documents/epsp_ipsp_README.pdf';
% how to run, similar to unix man page
how_to_run_pdf = 'documents/epsp_ipsp_README.pdf';
% html version of code listing
code_listing_html = 'HTML/epsp_index.html';
|
|
Contact us at files@mathworks.com