Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
%% FUNCTION ORPHAN_LIBS describes .m file linkage between directories.
%
% Operation: looks at every .m file in every directory in 'test', and
% checks whether it is cited anywhere in the directory 'trgt'. By which
% means we can check all directories if they are referenced or 'orphaned'
%
%
% SYNTAX
% [libgraf, lib_orf] = orphan_libs(test, trgt)
%
% INPUT
% test - (string) path to the directory to test
% trgt - (string) path to the directory to find references
%
% OUTPUT
% libgraf - (struct array) each element refers to a directory with 4 fields:
% - 'path' (string) is the directory path
% - 'mnum' (integer) number of .m files found in 'path'
% - 'refs' (cell array) holds 'mnum' struct arrays.
% The ith struct array element holds the .m filename and lines
% of code referring to the ith .m file found under 'path'
% - 'name' (cell array) holds 'mnum' strings. The ith string is
% the name of the ith .m file found under 'path'
Citar como
Ben (2026). orphan_libs(test, trgt) (https://es.mathworks.com/matlabcentral/fileexchange/52379-orphan_libs-test-trgt), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Find 'orphaned' m-files, mgrep, Recursive directory listing - Enhanced RDIR
Información general
- Versión 1.3.0.0 (4,09 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.3.0.0 | New description
|
||
| 1.2.0.0 | Update returns struct with matched referee files and code lines. May be buggy |
||
| 1.1.0.0 | Reports more details: lines where function name appears are also returned. |
||
| 1.0.0.0 |
