이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This function will create a tree structure containing all function calls in the m-file given as input. The function will automatically also search the called m-files.
Function that call themselves will not create infinite loops.
You can set the 'search area', f.i. the function will only search through m-files in '.\work\'.
Call:
struct = calling_tree(filename, restriction)
where restriction can just be 'work', it does not have to be the entire path.
restriction = '' means: no restriction
Example:
struct = calling_tree('calling_tree', '')
A good way to view the structure is the recently updated display_structure function (also by me) which can be found on this site. It will expand all sub-structures automatically.
인용 양식
Mark Jobse (2026). Calling Tree (https://kr.mathworks.com/matlabcentral/fileexchange/2917-calling-tree), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
