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

matlab例程

开发平台:

Matlab

  1. function page2
  2. t={'fontname{Times New Romman}fontsize{9}You can initialize the filter from a mat ',...
  3.     '',...
  4.     'file, which is composed of A, B, H, Q,',...
  5.     '',...
  6.     'R, P0 and X0, standing for Phi_k_+_1_,_k(ntimesn), ',...
  7.     '',...
  8.     'Gamma_k_+_1_,_k(ntimesp),H_k(mtimesn), Q_k(ptimesp), R_k(mtimesm), ',...
  9.     '',...
  10.     'P_0_,_0(ntimesn), and X_0_,_0(ntimes1) respectively;',...
  11.     '',...
  12.     'or you can input the data directly to '...
  13.     '',...
  14.     'get the filter initialized.'
  15.    };
  16.  text(0,.62,t,'parent',gca);
  17.  
  18. %t={ 'fontname{Times New Romman}fontsize{9}If you want to initialize the filter from',... 
  19. %   ''...
  20. %    'file, the file format is to be:',...
  21. %    ''...
  22. %    '      The first three lines are n, p and m,',...
  23. %    ''...
  24. %    'fontname{Times New Romman}fontsize{9}followed by Phi_k_+_1_,_k(ntimesn), Gamma_k_+_1_,_k(ntimesp),',...    
  25. %    '',...
  26. %    'H_k(mtimesn), Q_k(ptimesp), R_k(mtimesm), P_0_,_0(ntimesn),',...
  27. %    '',...
  28. %    'and X_0_,_0(ntimes1).',...
  29. %    '',...
  30. %    '       Use ''0'' to expand all the data to a',...
  31. %    '',...
  32. %    'rectangle.'};% not used in stand-alone exe file %