page1.m
上传用户:jspk663
上传日期:2013-08-19
资源大小:232k
文件大小:1k
源码类别:

matlab例程

开发平台:

Matlab

  1. function page1
  2. t={ 'fontname{Times New Romman}fontsize{9}Supposing the state and observation',... 
  3.     ''...
  4.     'eq. of a discrete system to be:',...
  5.     ''...
  6.     '             X_k_+_1=Phi_k_+_1_,_k+Gamma_k_+_1_,_kw_k',...
  7.     '             Z_k=H_kX_k+v_k',...    
  8.     '',...
  9.     'and the order of X_k to be n, w_k to be p,',...
  10.     '',...
  11.     'v_k to be m, then Phi_k_+_1_,_k is ntimesn, Gamma_k_+_1_,_k is ',...
  12.     '',...
  13.     'ntimesp, H_k is mtimesn, Q_k is ptimesp, R_k is mtimesm,',...
  14.     '',...
  15.     'P_0_,_0 is ntimesn, and X_0_,_0 is ntimes1.'};
  16. text(0,.6,t,'parent',gca);