tst_sim2.m

来自「利用matalab编制的转子动力学计算软件。其中模型利用有限元建模」· M 代码 · 共 12 行

M
12
字号
%tst_sim2.m
%

Rot=rotfe('unbal2');
 Rot.Reduct.Type='modal';Rot.Reduct.Nmodes=6;
 Rot=rotfe(Rot);   % build new model this time reduce order
 Rot.D=addpdamp(Rot.M,Rot.K,.02);

 [a b c d bu du]=rot2ss(Rot);

sim('sim_tutorial2')

⌨️ 快捷键说明

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