Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Consider a model for the activity of a neuron dy dt =g+tanh(c) a) Use MATLAB to simulate the dynamics when c = 1/2.
1. Consider a model for the activity of a neuron dy dt =g+tanh(c) a) Use MATLAB to simulate the dynamics when c = 1/2. Start the dynamics at y = 0.5, and plot the solution y(t) against t for t = 0 to 5. In a separate figure, produce a plot of the functions f(x) = x, and g(x) = tanh (cx). How many equilibria are there when c = 1/2? b) Use MATLAB to simulate the dynamics when c = 2. Start the dynamics at y = 0.5, and plot the solution y(t) against t for t = 0 to 5. In a separate simulation, start the dynamics at y = -0.5, and plot the solution y(t) against t for t = 0 to 5. In a third figure, produce a plot of the functions f(x) = r, and g(x) = tanh(cx). How many equilibria are there when c = 2? c) Is there a bifurcation as c increases from 0.5 to 2. What type of bifurcation? If there is a bifurcation, for what value of c does it occur?
Step by Step Solution
★★★★★
3.48 Rating (155 Votes )
There are 3 Steps involved in it
Step: 1
Here are the solutions to the questions 1a Simulate dynamics when c 12 c 05 tspan 0 5 y0 05 ty ode45...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started