depuseTL2013

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.5 - REMOVED-OUTDATED
Introduced first in SolidGeometry 1.0, Creation date: 2013-01-03, Last change: 2025-07-20

returns all files of a directory that use a named procedure (- Coding/Development)


Will be removed (2025-08-09): Use 'depuseTL' instead

Removed from library. "depuseTL2013 will not be part of final release

Description

depuseTL shows all functions that uses a named procedure
depfunTL shows all functions that are used in a procedure
If a prompt string is used, a dependency report is generated. This procedure can take several minutes up to hours, if there are several hundred functions in a directory. The dependencies are written in text files

See Also: depuseTL , depuseString , depuseTL , depuseToolbox , publishTL , pcodeTL , depfunTL , pcodedirTL

Example Illustration

 missing image of depuseTL2013(fname,dname,PrmStr)

Syntax

[ufiles,mfiles,DepStr,EStr]=depuseTL2013(fname,[dname,PrmStr])

Input Parameter

fname: Name of function
dname: Name of directory
PrmStr: prompt for dependency report; default is ''

Output Parameter

ufiles: list of all m files that use function fname
mfiles: list of all m files in the directory
DepStr: Dependence report only of PrmStr ~= ''
EStr: Sorted string cells containing result without double

Examples

Use of of FTelement.m
[u,m,s]=depuseTL ('FTelement',[],'==>')
[~,~,~,E]=depuseTL ('VLFLclose2D',[],'=')




Copyright 2013-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