depfunTL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.5 - CODING/DEVELOP
Introduced first in SolidGeometry 3.5.1, Creation date: 2017-03-07, Last change: 2025-07-20

returns all dependency files of a fnct that are not part of a toolbox


Only for toolbox developer (2025-08-09) - Not intended to be released

Description

This function is based on Matlabl function matlab.codetools.requiredFilesAndProducts and replaces depfunTL_2016b and depfunTL2016b.
pcodeTL and publishTL are implemented to scan.
Still there is a problem that function names called within a string by functions such as callback functions are not detected.
Callback','selectV3d');
Callback',@appcrosshair




See Also: publishTL , pcodeTL , depuseTL , depuseString

Example Illustration

 missing image of depfunTL(fname,)

Syntax

[PL,ML]=depfunTL(fname,[])

Input Parameter

fname: function name

Output Parameter

PL: List of private functions
ML: List of matlab functions

Examples

Depency files of FTelement.m
depfunTL ('FTelement')




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-08-09