what are built-in functions?
古いコメントを表示
I wanted to see the code of svd, but when I type edit svd.m I get a description of the code and a comment saying Built-in function. What does this exactly mean? That svd is written directly in C?
採用された回答
その他の回答 (2 件)
John D'Errico
2011 年 4 月 6 日
2 投票
Yes. You can't see that code, as it does not exist in the form of m-code. Only the help is available, but MATLAB knows to use the compiled version. Usually this is to improve the speed.
Andrew Newell
2011 年 4 月 6 日
1 投票
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!