s = tf('s'); integrator = 1/(s+a) ; ... This when you use in MATLAB ode45, you can directly give the time domain function[dx/dt=f(x,t)] in function_handle ...
確定! 回上一頁