what are built-in functions?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
John D'Errico
le 6 Avr 2011
2 votes
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
le 6 Avr 2011
1 vote
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!