page2.m
上传用户:jspk663
上传日期:2013-08-19
资源大小:232k
文件大小:1k
- function page2
- t={'fontname{Times New Romman}fontsize{9}You can initialize the filter from a mat ',...
- '',...
- 'file, which is composed of A, B, H, Q,',...
- '',...
- 'R, P0 and X0, standing for Phi_k_+_1_,_k(ntimesn), ',...
- '',...
- 'Gamma_k_+_1_,_k(ntimesp),H_k(mtimesn), Q_k(ptimesp), R_k(mtimesm), ',...
- '',...
- 'P_0_,_0(ntimesn), and X_0_,_0(ntimes1) respectively;',...
- '',...
- 'or you can input the data directly to '...
- '',...
- 'get the filter initialized.'
- };
- text(0,.62,t,'parent',gca);
-
- %t={ 'fontname{Times New Romman}fontsize{9}If you want to initialize the filter from',...
- % ''...
- % 'file, the file format is to be:',...
- % ''...
- % ' The first three lines are n, p and m,',...
- % ''...
- % 'fontname{Times New Romman}fontsize{9}followed by Phi_k_+_1_,_k(ntimesn), Gamma_k_+_1_,_k(ntimesp),',...
- % '',...
- % 'H_k(mtimesn), Q_k(ptimesp), R_k(mtimesm), P_0_,_0(ntimesn),',...
- % '',...
- % 'and X_0_,_0(ntimes1).',...
- % '',...
- % ' Use ''0'' to expand all the data to a',...
- % '',...
- % 'rectangle.'};% not used in stand-alone exe file %