#linear1.ode: an XppAut file to solve single channel model #the initial condition on the open fraction no(0)=1 #the parameters param ninf=0.5,tau=3 #the equation dno/dt=-(no-ninf)/tau #an auxiliary function aux rate=-(no-ninf)/tau #end of file