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

📄 setupprocess.m

📁 Yaakov Bar-Shalom, X.-Rong Li,Thiagalingam Kirubarajan - Estimation with Applications to Tracking an
💻 M
字号:
%%% DynaEst 3.032 11/26/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
% SetupProcess

if exist('h_CommonWindow')
   figure(h_CommonWindow)
   delete(h_CommonWindow) ;
   clear h_CommonWindow ;
end

switch SetupNumber 
case 1
   StepNumber = 1111 ;
   CommonWindow ;
   DataResource ;
   set(set_export_menu,'Enable','off');
case 2
   CommonWindow ;
   StepNumber = 51 ;
   NextSelection ;
   set(set_monte_menu,'Enable','off');
   set(simu_montecarlo_menu,'Enable','off');
case 3
   CommonWindow ;
   MonteSelection ;
case 4
   StepNumber = 1000 ;
   ExamineResults ;
   
case 5
   ButtonName = questdlg(['Number of Monte Carlo runs is ',num2str(nrun),'. Do you want to continue with these runs?'],...
      'Monte Carlo Runs','Yes','No','Yes');
   if strcmp(ButtonName,'Yes')
      DoMonteCarlo;
   end
end

   
   
   

⌨️ 快捷键说明

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