List of built-in functions?
Show older comments
Is there somewhere a list of Matlab’s built-in functions like histc that are not written in Matlab own scripting language? That is, functions whose code that can’t be revealed by open functionName.
5 Comments
Tommy
on 5 Apr 2020
This doesn't directly answer your question, but the function which does tell you whether a function is built-in:
>> which histc
built-in (C:\Program Files\MATLAB\R2019a\toolbox\matlab\datafun\histc)
dpb
on 5 Apr 2020
The list can vary by release...guess one could build a function to parse a listing
Asvin Kumar
on 8 Apr 2020
Can you provide more details as to what your use case is?
Fredrik P
on 20 Jun 2020
per isakson
on 20 Jun 2020
Accepted Answer
More Answers (1)
Joost
on 20 Jun 2020
0 votes
There is an interesting book on speeding up Matlab functions and scripts. A few years old already, but a good read. Author Yair Altman, also active on Matlab Answers and mastermind behind the Undocumented Matlab page mentioned in one of the comments.
Categories
Find more on Live Scripts and Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!