Is there any way to see if the functions I am using in a script/code are included in toolboxes or in the basic Matlab ?
10 views (last 30 days)
Show older comments
Is there any way to see if the functions I am using in a script/code are included in toolboxes or in the basic Matlab ?
The best would be to get a list of functions that come from toolboxes and the toolbox's name just beside.
3 Comments
Jeffrey Clark
on 10 Nov 2022
@Sim, or just go to MATLAB Documentation (mathworks.com) and start typing the command and you will get a drop-down as you type showing them (if you copy and paste in the drop-down doesn't happen so you have to hit enter to see the seach returns but I usually just backspace away the last character to get the drop-down):
Accepted Answer
Mario Malic
on 10 Nov 2022
Edited: Mario Malic
on 10 Nov 2022
Hello,
There is a function for that dependencies.toolboxDependencyAnalysis, however it doesn't return the name of the function which requires the particular toolbox.
3 Comments
Mario Malic
on 10 Nov 2022
This works properly if you have Simulink. I think this function should be moved to base MATLAB package.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!