source code of eig() function

8 ビュー (過去 30 日間)
Kamanashis Saha
Kamanashis Saha 2016 年 9 月 7 日
コメント済み: Steven Lord 2017 年 1 月 31 日
Is the source code script for built-in function eig() in MATLAB is available??
  2 件のコメント
dhiya ibrahim
dhiya ibrahim 2017 年 1 月 31 日
please I need for this code ...is here person know the source code for eig function
Steven Lord
Steven Lord 2017 年 1 月 31 日
As I said in my Answer we do not distribute that source code.

サインインしてコメントする。

採用された回答

Steven Lord
Steven Lord 2016 年 9 月 7 日
We don't distribute the source code for the functions built into MATLAB itself. [Some people consider any function that is included when you install MATLAB as a "built in" function. The definition I use is that a function is built-in if which and exist indicate it is built-in.] If you want to see that source code, your first step will need to be here.
Stalin Samuel: That source code is for the symbolic object overload of eig, not the numeric version that is built into MATLAB itself.

その他の回答 (1 件)

Stalin Samuel
Stalin Samuel 2016 年 9 月 7 日
編集済み: Stalin Samuel 2016 年 9 月 7 日
Yu can find the eig function under matlab installation directory toolbox\symbolic\symbolic\@sym

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by