搜索资源列表
PSO_Matlab
- i don t know how to describe its function, it s the pso coding running in matlab.
ZIXIANGGUAN
- 刻画随机过程X(t)在各个独立时刻的概率统计特性,反映不了随机过程的内在相关性(Characterize the probability statistical properties of stochastic process X (t) at each independent moment, which can not reflect the inherent correlation of stochastic process)
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))