lexmkpackage

Makes software package by checking mfile dependencies WITHOUT using depfun.m (works for GUIs!).
ダウンロード: 1.2K
更新 2010/2/12

ライセンスの表示

Makes a software package by lexically checking the dependencies of the specified m-file(s). Uses the lexdepfun.m function, rather than Mathwork's depfun.m program, so can be used for assembling packages for GUI applications (Matlab's depfun.m does not detect callback dependencies and in any case is somewhat unreliable).

Only user-defined m-files are included in the package created by lexmkpackage.m (Mathworks m-files are ignored).

M-files may be packaged in a set of sub-directories corresponding to the m-files' original locations (the default), in a single directory or combined into a single m-file. If packaged in sub-directories, the packaged m-files will be accompanied by an additional m-file called "package_path.m". Running package_path.m will result in the package's directories and sub-directories being added to Matlab's search path.

New version, June 2008: rewritten largely from scratch. Now handles class-definition directories ("@-directories").

引用

Kevin Bartlett (2024). lexmkpackage (https://www.mathworks.com/matlabcentral/fileexchange/16384-lexmkpackage), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Bugfix--lexdepfun.m was incorrectly returning dependencies of mfiles from the matlabroot directory in certain circumstances.

1.0.0.0

Rewrote to handle class-definition directories ("@-directories").