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

📄 script.m

📁 关于电机的.m程序
💻 M
字号:
%menu for script.m files
clc,close all
k=menu('SELECT DEMO:',...
   'Phasor analysis and diagram of the induction machine',...
   'Phasor analysis and diagram of the (non salient) synchronous machine',...
   'Steady-state characteristics of induction machines(balanced)',...
   'Characteristics of induction machines under unbalanced or asymmetrical conditions',...
   'Steady-state characteristics of synchronous machines',...
   'Close');
k1=num2str(k);
   switch k1
    case '1',imphasor1;
    case '2',smphasor1;    
    case '3',imss1a;
    case '4',    
      q=menu('SELECT DEMO:',...
         'Space vectors in AC machines',...
         'Traveling waves as space vectors',...
         'dq model in synchronous frame (balanced and symmetrical)',...
         'dq model in stator frame (stator unbalance)',...
         'dq model in arbitrary frame (balanced and symmetrical)',...
         'dq model of an induction machine with single-phase rotor (rotor frame)',...
         'Synchronous motor starting (rotor frame)',...
         'Induction motor in SI units (stator frame)',...
         'Single phase capacitor motor (SI units)',...
         'Ac tachometer',...
         'Close');
   q1=num2str(q);   
        switch q1
        case '1',wavesa; 
        case '2',rotwavesa;    
        case '3',imssdqka;
        case '4',imssdqsia;
        case '5',imdqsrka;
        case '6',imssdq1rot1;
        case '7',smssdq1;
        case '8',imssdqsia;
        case '9',imssdqcapa;
        case '10',actac;   
        case '11',clc,close all,break;
        end 
     case '5',
        w=menu('SELECT DEMO:',...
           'Phasor diagram',...
           'Dependency on torque angle with Ef as parameter',...
           'Close');
  w1=num2str(w);      
      switch w1
      case '1',smss1a;
      case '2',smss1;
      case '3',clc,close all,break;   
      end 
  case '6',clc,close, break;
  end      
                 

⌨️ 快捷键说明

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