📄 eig.m
字号:
function [V, D] = eig(A)% EIG Eigenvalues and eigenvectors.% (Quaternion overloading of standard Matlab function, with limitations.)%% Acceptable calling sequences are: [V,D] = EIG(X) and V = EIG(X).% The results are as for the standard Matlab EIG function (q.v.).% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -