Search found 3 matches

by tim
Wed Dec 12, 2007 6:22 pm
Forum: Getting started
Topic: Utilizing extracellular in a for loop
Replies: 10
Views: 10271

^ Implementation using a list to handle multiple vectors (in a for loop) has worked like a charm. Thanks for the help!
by tim
Wed Dec 12, 2007 10:52 am
Forum: Getting started
Topic: Utilizing extracellular in a for loop
Replies: 10
Views: 10271

Too bad phBB won't preserve tab indents... Wrap your code block inside the appropriate markup. Thanks! I stand corrected. it only applies the extracellular voltage stimulus at the most distal node (i.e. at axon position 1.0) You want to drive each node with a different waveform, so you must have a ...
by tim
Wed Dec 12, 2007 2:27 am
Forum: Getting started
Topic: Utilizing extracellular in a for loop
Replies: 10
Views: 10271

Utilizing extracellular in a for loop

First off, here's what I'm trying to do. I'm trying to model an extracellular monopolar current stimulus and apply it to an axon with n nodes/segments (currently set at 21 for simplicity). I have MATLAB code which models the extracellular monopolar current source and calculates corresponding voltage...