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

📄 ea_2v.m

📁 vTools is a toolbox for Matlab 5.3 developed within the Department of Electrical Systems and A
💻 M
字号:
function ea_2v(index)

global stack


disp('--------------------------------------');
switch index
   case 1,disp('-------Desired Eigenvalues------------');
   case 2,disp('-------Desired Eigenvectors-----------');
   case 3,disp('-------Achievable Eigenvectors--------');
   case 4,disp('-------Closed-Loop  Eigenvalues-------');
          if stack.temp.tipo==1
             disp('-----> with REAL STATE FEEDBACK <-----');
          end;  
   case 5,disp('-------Closed-Loop  Eigenvectors------');
          if stack.temp.tipo==1
             disp('-----> with REAL STATE FEEDBACK <-----');
          end;  
end;
disp('--------------------------------------');
switch index
   case 1,stack.temp.a_val
   case 2,stack.temp.a_vet
   case 3,stack.temp.ach_vet
   case 4,stack.temp.cla_val
   case 5,stack.temp.cla_vet
end
sprintf('\n');

⌨️ 快捷键说明

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