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

📄 eigmatrix.m

📁 matlab实用教程
💻 M
字号:
function e = eigmatrix(a1)
%EIGMATRIX Returns the eigen value of the given matrix
%    This function returns the eigen value of the input matrix. This
%    function is used to demonstate the functionality of MATLAB Compiler.
%    Refer to the shared library section of MATLAB Compiler for more
%    information.

% Copyright 2003 The MathWorks, Inc.

e = eig(a1);

⌨️ 快捷键说明

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