Feeds
提问
how to use pplane8 to plot some trajectories on a phase portrait
i want to use pplane8 to plot some trajectories on a phase portrait from these code tspan = [0 1]; % start and end times v0 =...
5 years 前 | 1 个回答 | 0
1
个回答提问
FitzHugh-Nagumo model
i wish to solve the equations v'=v^3/3-w+i, w'=g(v+a-bw) with a=0.8, b=0.7, g=0.08, i=0.5 using ode45 in matlab. i solved in on ...
5 years 前 | 1 个回答 | 0