⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clearinitials.m

📁 Yaakov Bar-Shalom, X.-Rong Li,Thiagalingam Kirubarajan - Estimation with Applications to Tracking an
💻 M
字号:
%%% DynaEst 3.032 01/16/2001
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% ClearInitials : Clear initial panel 

if ishandle(h_Edit1) delete(h_Edit1); end
if ishandle(h_Edit2) delete(h_Edit2); end
if ishandle(h_Edit3) delete(h_Edit3); end
if ishandle(h_Edit4) delete(h_Edit4); end
if ishandle(h_Edit5) delete(h_Edit5); end
%if ishandle(h_Edit6) delete(h_Edit6); end
if ishandle(h_Text1) delete(h_Text1); end
if ishandle(h_Text2) delete(h_Text2); end
if ishandle(h_Text3) delete(h_Text3); end
if ishandle(h_Text4) delete(h_Text4); end
if ishandle(h_Text5) delete(h_Text5); end
%if ishandle(h_Text6) delete(h_Text6); end

clear h_Edit1 h_Edit2 h_Edit3 h_Edit4 h_Edit5 ;
clear h_Text1 h_Text2 h_Text3 h_Text4 h_Text5 ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -