Community Profile

photo

Kate Heinzman


Last seen: oltre un anno ago|Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


1D电缆型号
Taking the code below how do I fix the plote of Vm(x) at 11 time points t = 0,2,4,...20? I tried doing it as t = [0:2:20], but i...

circa 2 anni ago | 0 answers | 0

0

answers

Question


1D cable model
When I try to pre-allocate the vectors before the for-loop it keeps giving me an error by saying the size inputs must be integer...

circa 2 anni ago | 1 answer | 1

1

answer

Question


从图中找到膜时间常数
I wrote a script to numerically calculate membrane potential produced by intracellular current injection in a cell model using e...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


how to find the centroid of cells in an image
clear % Read in image image = imread('F:\SPRING 2020\LIVING SYSTEM ANALYSIS-BIOSTATS\CELL SEEDING\A1_TR_02122020_1200.jpg'); ...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


solving 2D FitzHugh-Nagumo system
function [U,V,t] = fhn1d(tend,dx,stimMask,stimStr,stimDur,U0,V0,t0) % function [U,V,t] = fhn1d(tend,dx,stimMask,stimStr,stimDur...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


solving a second spatial derivative using ode45
我正在尝试使用ODE45解决以上系统,但我对如何求解第二个空间衍生物的编码感到困惑。

oltre 2 anni ago | 2 answers | 0

2

answers

Question


solving 1D cable model with ode45
I'm confused on how to update my 0-dimensional fitzhugh-nagumo code to solve the system above with a 1D cable model. For the z...

oltre 2 anni ago | 0 answers | 0

0

answers

Question


Figuring out the stimulus of FitzHugh Nagumo equations with ode45
I am trying to write a program to solve the FitzHugh-Nagumo equations for a single cell with these equations below du/dt =c1u(...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


Solving FitzHugh-Nagumo equations using ODE45
Write a program to solve the FitzHugh-Nagumo equations for a single cell (i.e., without spatial coupling). du/dt =...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


Filling in cell area and counting cells
哪种代码可以用来填充这些任意形状的单元,这些单元还可以骑出看起来像nois的较小单元...

oltre 2 anni ago | 1 answer | 0

1

answer

Question


Segmenting Colors in an RBG image
I originally used color segmentation using kmeans clustering to try to isolate the specific cell colors I'm trying to get out of...

oltre 2 anni ago | 0 answers | 0

0

answers