If i want to know what algorithm or code is used in the back-end of any MATLAB in-built function....How can i know it? Is there any way or files ?
3 ビュー (過去 30 日間)
古いコメントを表示
eg. delaytriangulation is an inbuilt function, if i want to know the code behind it...how can i get access ?
0 件のコメント
回答 (2 件)
James Tursa
2017 年 2 月 20 日
編集済み: James Tursa
2017 年 2 月 20 日
Some functions are just m-files that you can edit to get a look at them (e.g., polyval.m). Others are compiled executable code that are proprietary and you cannot look at the source code (e.g., sin.m does not have the actual code for the function).
Walter Roberson
2017 年 2 月 20 日
The official answer from Mathworks is that you can get a job with Mathworks.
My unofficial answer as someone who has never worked for Mathworks, is that an unconditional retainer of $US 2 million will get you a 15 minute meeting to start negotiations on the price for access to source code.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!