photo

Kate Heinzman


Last seen: 12 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


1D Cable Model
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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Finding membrane time constant from a graph
I wrote a script to numerically calculate membrane potential produced by intracellular current injection in a cell model using e...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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'); ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


solving a second spatial derivative using ode45
I am trying to solve this above system using ode45 but I am confused on how to code for solving the second spatial derivative....

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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(...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 =...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Filling in cell area and counting cells
What code could be used to fill in these arbitrarily shaped cells that also gets ride of the smaller cells that look like nois...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten