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에서 Linear Algebra에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!