📄 clmodal.m
字号:
function [M,Dlam]=clmodal(A)% CALL: [M,Dlam]=clmodal(A) computes a modal matrix M and% the matrix Dlam=(M^-1)*A*M[M Dlam]=eig(A); % M is Modal matrix% Dlam is diagonal %% Notice that this function is implemented with only one% MATLAB command
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -